diff options
author | rh <rh@pkgsrc.org> | 2000-06-03 17:31:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-03 17:31:44 +0000 |
commit | d83b2dee26b601c6f3a3894047538c798dabdbcd (patch) | |
tree | 73a346dde5bc91c36e52f1ded24a6be20362bb71 /x11/gnome-applets | |
parent | e279d7b2d82d07a8afbf2ba479c752e5f4df63dc (diff) | |
download | pkgsrc-d83b2dee26b601c6f3a3894047538c798dabdbcd.tar.gz |
Make this compile under ELF by pulling -I${LOCALBASE} into CPPFLAGS
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index f0ac5b543c8..c3f7697345d 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/02 13:08:29 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/03 17:31:44 rh Exp $ # DISTNAME= gnome-applets-1.2.0 @@ -10,9 +10,10 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= gnome-core-*:../../x11/gnome-core -USE_X11BASE= yes -GNU_CONFIGURE= YES USE_GMAKE= yes +USE_X11BASE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" .include "../../mk/bsd.prefs.mk" |