diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-04 05:20:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-04 05:20:55 +0800 |
commit | 8a66e4e0af66599c4b18ef3014dea56a3313af56 (patch) | |
tree | dd8631d48ecbb845c24c9f0e746cc55e02879c98 /audio/gramofile | |
parent | cd74f1b5bd49d46771bc3160cfbdd411343ae981 (diff) | |
download | freebsd-ports-gnome-8a66e4e0af66599c4b18ef3014dea56a3313af56.tar.gz freebsd-ports-gnome-8a66e4e0af66599c4b18ef3014dea56a3313af56.tar.zst freebsd-ports-gnome-8a66e4e0af66599c4b18ef3014dea56a3313af56.zip |
Port doesn't build on 4.x: Missing SHM_LOCK definition in sys/shm.h
Noticed by: YAPHR
Diffstat (limited to 'audio/gramofile')
-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 |