summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/mp4v2/Makefile4
-rw-r--r--multimedia/mpeg4ip-libmp4v2/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile
index 4caf08542066..6bc32d9e30a3 100644
--- a/multimedia/mp4v2/Makefile
+++ b/multimedia/mp4v2/Makefile
@@ -28,6 +28,10 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/mp4v2
.include <bsd.port.pre.mk>
+.if exists(${LOCALBASE}/include/systems.h)
+BROKEN= "Please remove older version of faad before attempting to build ${PORTNAME}"
+.endif
+
.if ${OSVERSION} < 502110
USE_GCC= 3.4
.endif
diff --git a/multimedia/mpeg4ip-libmp4v2/Makefile b/multimedia/mpeg4ip-libmp4v2/Makefile
index 4caf08542066..6bc32d9e30a3 100644
--- a/multimedia/mpeg4ip-libmp4v2/Makefile
+++ b/multimedia/mpeg4ip-libmp4v2/Makefile
@@ -28,6 +28,10 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/mp4v2
.include <bsd.port.pre.mk>
+.if exists(${LOCALBASE}/include/systems.h)
+BROKEN= "Please remove older version of faad before attempting to build ${PORTNAME}"
+.endif
+
.if ${OSVERSION} < 502110
USE_GCC= 3.4
.endif