diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-30 19:45:57 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-30 19:45:57 +0000 |
commit | 311e60699d3c554aae5eedc90a793e6ab3e3b964 (patch) | |
tree | daf793232fee5407863f89e1dbc22fbf08f238f6 /multimedia/gstreamer-plugins | |
parent | e357a3b854fb2b12f55a7dcbdda19d08f4716f50 (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 15 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 3 |
2 files changed, 2 insertions, 16 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 7a2d17818e2c..595a1c51658e 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -72,8 +72,8 @@ DEFAULT_AUDIOSRC?= osssrc .include <bsd.port.pre.mk> .include "${MASTERDIR}/Makefile.common" -.if !defined(WITH_CPUFLAGS) -#WITHOUT_CPU_CFLAGS= yes +.if ${OSVERSION} < 500000 +IGNORE= Many plugins don't build or even work on 4.x .endif .if ${GST_PLUGIN} == "base" @@ -107,17 +107,6 @@ DEFAULT_DVD_DEVICE=/dev/acd0 . endif .endif -pre-everything:: -.if !defined(WITH_CPUFLAGS) - @${ECHO_MSG} "" - @${ECHO_MSG} "If you want to compile with CPUFLAGS" - @${ECHO_MSG} "hit Ctrl+C now and use make \"WITH_CPUFLAGS=yes\"" - @${ECHO_MSG} "NOTE: This option may cause build, install, and/or" - @${ECHO_MSG} "runtime failures. If this option does not work for you" - @${ECHO_MSG} "please do not use it." - @${ECHO_MSG} "" -.endif - post-patch: @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 3a7bf63d2f0a..8c01dfee3ff6 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -299,9 +299,6 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ .if ${GST_PLUGIN}=="libvisual" LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual DIST= base -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif .endif # mad |