diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 21:20:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 21:20:55 +0000 |
commit | ff7fb7b6b9db279efc5cea3133ebc76133405f97 (patch) | |
tree | f5820df598ae4f97d01a47fbf22868dbde7afb1d /audio | |
parent | 5800fc0821ccf5fe97373e7f3ee0dad8c2e0b0e4 (diff) | |
download | ports-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')
-rw-r--r-- | audio/gramofile/Makefile | 4 |
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 |