diff options
author | agc <agc@pkgsrc.org> | 2000-02-15 16:44:54 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-02-15 16:44:54 +0000 |
commit | 12004c6d74d375ef44324d31649639fe7bae2619 (patch) | |
tree | a9caa8cab65ea81962d0b0a3acd8d2f7520ab302 /graphics/imlib | |
parent | cdfb68b4bfb6e6908a03a27f19a86b0799d0956d (diff) | |
download | pkgsrc-12004c6d74d375ef44324d31649639fe7bae2619.tar.gz |
On Solaris, explicitly set the CPPFLAGS, so that the Zoularis environment is
ignored - we're really compiling for Solaris, after all.
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 0877cc456ca..31cff093cd9 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2000/02/12 03:24:15 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2000/02/15 16:44:54 agc Exp $ # DISTNAME= imlib-1.9.8 @@ -25,7 +25,7 @@ PLIST_SUBST+= LOCALBASE=${LOCALBASE} .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -CPPFLAGS+= -DENABLE_NLS +CPPFLAGS= -DENABLE_NLS .endif CPPFLAGS+= -I${LOCALBASE}/include |