summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-06-25 16:12:01 +0000
committerrh <rh>2000-06-25 16:12:01 +0000
commitc4b6e6ec4f01e1cfd6878733ce910290747141c7 (patch)
treea61faf38f74139945f08359aec3148a55788d4e3 /graphics/gdk-pixbuf/Makefile
parentac185ee13bfef9ea14a7b4fc1140ec073db2d9bc (diff)
downloadpkgsrc-c4b6e6ec4f01e1cfd6878733ce910290747141c7.tar.gz
USE_LIBTOOL again, now that our version is sufficiently recent. Fixes
some minor problems with inter-library dependencies and dependent packages.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r--graphics/gdk-pixbuf/Makefile9
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"