Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
24 lines
727 B
Text
24 lines
727 B
Text
--- configure.orig 2008-08-14 12:43:55.000000000 -0400
|
|
+++ configure 2008-08-14 12:45:51.000000000 -0400
|
|
@@ -1563,7 +1563,7 @@ Optional Packages:
|
|
both]
|
|
--with-tags[=TAGS] include additional configurations [automatic]
|
|
--with-pkg-config-path colon-separated list of pkg-config(1) dirs
|
|
- --with-audio=[auto/pulse/none]
|
|
+ --with-audio=[auto/pulse/oss/none]
|
|
audio backend to use
|
|
--with-html-dir=PATH path to installed docs
|
|
|
|
@@ -22752,6 +22752,12 @@ echo "$as_me: WARNING: no alsa audio sup
|
|
fi
|
|
fi
|
|
|
|
+if test "$with_audio" = "oss"; then
|
|
+ AUDIO_TYPE=oss
|
|
+ AUDIO_CFLAGS=
|
|
+ AUDIO_LIBS=
|
|
+fi
|
|
+
|
|
if test "$with_audio" = "pulse"; then
|
|
|
|
pkg_failed=no
|