aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/opal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index c2f4bed777da..a1dbf5469f3a 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -39,6 +39,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
# Be sure to compile position-independent objects for the shared libraries
CFLAGS+= -fPIC
+.if ${OSVERSION} >= 900000
+BROKEN= does not compile on 9.X
+.endif
+
.if defined(WITHOUT_FFMPEG)
CONFIGURE_ARGS+=--disable-h263avcodec
.else