opnsense-ports/graphics/swfdec/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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