diff options
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index ffecd69520e..f77f7a28119 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/21 00:01:09 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/25 16:12:01 rh Exp $ # DISTNAME= gdk-pixbuf-0.8.0 @@ -14,14 +14,13 @@ GNU_CONFIGURE= # defined USE_X11BASE= # defined USE_GMAKE= # defined -# our pkglibtool can't add a library to a library -#USE_LIBTOOL= # defined -#LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" CONFIGURE_ENV+= X11BASE="${X11BASE}" CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib .include "../../mk/bsd.pkg.mk" |