diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-15 13:44:15 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-15 13:44:15 +0800 |
commit | 6e56d6a5ebeee89e690668e1d98ef1a1c9b21101 (patch) | |
tree | a33621e2b1a7ab9bed73e6e170d51aced1189a43 /multimedia/gstreamer-plugins/files/patch-configure | |
parent | d21e4ffb56bfe8a6115c626e06dbb815b771d03b (diff) | |
download | marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.gz marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.bz2 marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.lz marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.xz marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.tar.zst marcuscom-ports-6e56d6a5ebeee89e690668e1d98ef1a1c9b21101.zip |
Massive import of gstreamer-plugins
This is gstreamer-plugins with each plugin in its own separate port.
Includes bsd.gstreamer.mk so ports can use the following examples
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
USE_GSTREAMER=yes will always install multimedia/gstreamer-plugins
WITH_GSTREAMER=yes will only include bsd.gstreamer.mk for use after bsd.port.pre.mk
Approved by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3061 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/files/patch-configure')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-configure b/multimedia/gstreamer-plugins/files/patch-configure new file mode 100644 index 000000000..92b1deb51 --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Wed Jun 23 21:30:24 2004 ++++ configure Wed Jun 23 21:30:25 2004 +@@ -46068,7 +46068,8 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-laudio $X_LIBS $LIBS" ++#xxx fix the non x case is er niet... ++LIBS="-laudio -lm -lXt $X_LIBS $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |