aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-04-01 04:26:18 +0800
committerpav <pav@FreeBSD.org>2011-04-01 04:26:18 +0800
commitc3a56c4e1b781759abcf86012bf3939f4a549fac (patch)
tree91d12fcf61531f8b2f715854662873a9d9b5ef60 /audio
parent274fae7a5a28beb83762b109027583fe0184b5dc (diff)
downloadfreebsd-ports-gnome-c3a56c4e1b781759abcf86012bf3939f4a549fac.tar.gz
freebsd-ports-gnome-c3a56c4e1b781759abcf86012bf3939f4a549fac.tar.zst
freebsd-ports-gnome-c3a56c4e1b781759abcf86012bf3939f4a549fac.zip
- Mark BROKEN on 7.X: does not compile
overlay.c:125: error: 'RTLD_NOLOAD' undeclared (first use in this function) Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r--audio/mumble/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index d68585afab3d..fd8f3ac41847 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -41,6 +41,10 @@ MAN1= mumble.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.x
+.endif
+
.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
BROKEN= Does not compile on FreeBSD 9.X
.endif