diff options
author | jlam <jlam> | 2001-06-15 08:29:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-15 08:29:37 +0000 |
commit | d9195974d476c21a514e2572bc4052a0820d828b (patch) | |
tree | e94db53a8e095c12a5689a85ce44c7acea404181 /graphics | |
parent | 2af8228b98da34e762a6bb3a91d0ffc964e3b6fe (diff) | |
download | pkgsrc-d9195974d476c21a514e2572bc4052a0820d828b.tar.gz |
Move CPPFLAGS and LDFLAGS settings from ../gdk-pixbuf/Makefile.common to
here. These may not be needed, but we'll keep them here till we can be
sure one way or the other.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf-gnome/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile index 418a5663ac3..394daca3ad3 100644 --- a/graphics/gdk-pixbuf-gnome/Makefile +++ b/graphics/gdk-pixbuf-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/18 04:33:55 mjl Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/15 08:29:37 jlam Exp $ .include "../gdk-pixbuf/Makefile.common" @@ -11,6 +11,9 @@ DEPENDS+= gdk-pixbuf>=0.10.1:../../graphics/gdk-pixbuf CONFLICTS+= gdk-pixbuf<0.10.1 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib + do-install: ${INSTALL_DATA} ${WRKSRC}/gdk-pixbuf/gnome-canvas-pixbuf.h \ ${PREFIX}/include/gdk-pixbuf |