diff options
author | rh <rh> | 2000-06-25 16:12:01 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-25 16:12:01 +0000 |
commit | d73dc5c59e08513ecd7dc69aeab35b7b752a134e (patch) | |
tree | a61faf38f74139945f08359aec3148a55788d4e3 | |
parent | 1cd94f4bd02c7c40bf5454c96425e3d98bb513dc (diff) | |
download | pkgsrc-d73dc5c59e08513ecd7dc69aeab35b7b752a134e.tar.gz |
USE_LIBTOOL again, now that our version is sufficiently recent. Fixes
some minor problems with inter-library dependencies and dependent packages.
-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" |