pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnustep-gui Make this work with the NetBSD 1.6 mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f1810d8b02d
branches:  trunk
changeset: 474505:3f1810d8b02d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat May 01 12:20:38 2004 +0000

description:
Make this work with the NetBSD 1.6 make too.

diffstat:

 x11/gnustep-gui/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61423434e32c -r 3f1810d8b02d x11/gnustep-gui/Makefile
--- a/x11/gnustep-gui/Makefile  Sat May 01 11:14:41 2004 +0000
+++ b/x11/gnustep-gui/Makefile  Sat May 01 12:20:38 2004 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index