aboutsummaryrefslogtreecommitdiff
path: root/audio/gramofile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-03 21:20:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-03 21:20:55 +0000
commitff7fb7b6b9db279efc5cea3133ebc76133405f97 (patch)
treef5820df598ae4f97d01a47fbf22868dbde7afb1d /audio/gramofile
parent5800fc0821ccf5fe97373e7f3ee0dad8c2e0b0e4 (diff)
downloadports-ff7fb7b6b9db279efc5cea3133ebc76133405f97.tar.gz
ports-ff7fb7b6b9db279efc5cea3133ebc76133405f97.zip
Port doesn't build on 4.x: Missing SHM_LOCK definition in sys/shm.h
Noticed by: YAPHR
Notes
Notes: svn path=/head/; revision=147160
Diffstat (limited to 'audio/gramofile')
-rw-r--r--audio/gramofile/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile
index 63580ad9de2a..0dae5f5d6a06 100644
--- a/audio/gramofile/Makefile
+++ b/audio/gramofile/Makefile
@@ -34,6 +34,10 @@ USE_PERL5= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= Doesn't work on 4.x: Missing SHM_LOCK
+.endif
+
.if ${PERL_LEVEL} < 500600
PERLCOREDIR= /usr/libdata/perl/${PERL_VERSION}/mach/CORE
.else