summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-14 16:56:04 +0000
committerwiz <wiz>2000-08-14 16:56:04 +0000
commitae4e19f1f827e9a82c5903b63161c80794c53fea (patch)
treec3b30104d544112b17775675b5131918a8bd9ff9
parent26c1e97963e8f3fbcdbe5debbc33ad7d3469777c (diff)
downloadpkgsrc-ae4e19f1f827e9a82c5903b63161c80794c53fea.tar.gz
Replace USE_PKGLIBTOOL by USE_LIBTOOL.
XXX: Isn't really used right now, since the shared library isn't built. Needs tweaking.
-rw-r--r--databases/db3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 4ee8e1df015..51463416204 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:18 rh Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/14 16:56:04 wiz Exp $
DISTNAME= db-3.0.55
PKGNAME= db3-0.55
@@ -8,11 +8,13 @@ MASTER_SITES= http://www.sleepycat.com/update/3.0.55/
MAINTAINER= wrstuden@netbsd.org
HOMEPAGE= http://www.sleepycat.com/
-USE_PKGLIBTOOL= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKDIR}/${DISTNAME}/dist/ltconfig
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_ARGS+= --program-transform-name=s,db_,db3_,
+#CONFIGURE_ARGS+= --enable-shared
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix