diff options
author | kristerw <kristerw> | 2004-05-01 12:20:38 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-05-01 12:20:38 +0000 |
commit | 73d5f47da4f63dee977ea182359b9e7772e00578 (patch) | |
tree | ec0a56ec7031e06667ab04c6ddc8dc91a874083f | |
parent | f98f32b7b60d2faafa11c37bd821638cde9b18cf (diff) | |
download | pkgsrc-73d5f47da4f63dee977ea182359b9e7772e00578.tar.gz |
Make this work with the NetBSD 1.6 make too.
-rw-r--r-- | x11/gnustep-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index fbf769c15d3..ba9578aa893 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/16 13:32:03 rh Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/01 12:20:38 kristerw Exp $ # DISTNAME= gnustep-gui-0.9.2 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep .include "../../mk/ossaudio.buildlink3.mk" -.if !empty(${HAVE_OSS:M[Nn][Oo]}) && !exists(/usr/include/soundcard.h) && \ +.if !empty(HAVE_OSS:M[Nn][Oo]) && !exists(/usr/include/soundcard.h) && \ !exists(/usr/include/sys/soundcard.h) && \ !exists(/usr/include/machine/soundcard.h) CONFIGURE_ARGS+=--disable-gsnd |