aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-05-30 09:01:33 +0800
committerahze <ahze@FreeBSD.org>2006-05-30 09:01:33 +0800
commitdd251033ba020e528b287430157c40c1907cf971 (patch)
tree5cf1fb437aa10075807e1092610f4fb1f69cc94d /multimedia
parent7a2a53c1f9a23eb7c7e0714c497b475c6ef2b33d (diff)
downloadfreebsd-ports-graphics-dd251033ba020e528b287430157c40c1907cf971.tar.gz
freebsd-ports-graphics-dd251033ba020e528b287430157c40c1907cf971.tar.zst
freebsd-ports-graphics-dd251033ba020e528b287430157c40c1907cf971.zip
- Disable gpac support on 4.x to fix build
Reported by: pointyhat via kris
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/x264-devel/Makefile4
-rw-r--r--multimedia/x264/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile
index 81fae1d244b..3b17e430fa6 100644
--- a/multimedia/x264-devel/Makefile
+++ b/multimedia/x264-devel/Makefile
@@ -40,6 +40,10 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+WITHOUT_GPAC= yes
+.endif
+
.if ${ARCH}=="i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
MAKE_ENV+= ARCH_X86="1"
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 81fae1d244b..3b17e430fa6 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -40,6 +40,10 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+WITHOUT_GPAC= yes
+.endif
+
.if ${ARCH}=="i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
MAKE_ENV+= ARCH_X86="1"