aboutsummaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-23 23:32:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-23 23:32:34 +0000
commit69dfe3bf35458620332abf830fad65378a16b9e6 (patch)
treeceb0fa687bf15d36b29e7904ffe0dbfb9763a36f /net/opal
parentabc3976ac8618c3d69f797ef3cfc0e81b3e95e6c (diff)
downloadports-69dfe3bf35458620332abf830fad65378a16b9e6.tar.gz
ports-69dfe3bf35458620332abf830fad65378a16b9e6.zip
- Mark BROKEN on 9.X: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=271562
Diffstat (limited to 'net/opal')
-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