diff options
-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 |