diff options
author | seb <seb@pkgsrc.org> | 2002-02-12 11:13:22 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-02-12 11:13:22 +0000 |
commit | 869cd8fbf7871eb6bd9ae0f39beebd4ea4a7eed7 (patch) | |
tree | 8a3da2c7a5b0d77eb0adcf7594c0db8145b83399 /databases/db3 | |
parent | 02ad3961880d6cbf60f6566814028a877a280706 (diff) | |
download | pkgsrc-869cd8fbf7871eb6bd9ae0f39beebd4ea4a7eed7.tar.gz |
Add `-p0' in PATCH_DIST_ARGS to helps Solaris' /usr/bin/gpatch, this does
not seem to harm NetBSD's /usr/bin/patch.
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix shared libraries
numbering under Solaris.
Diffstat (limited to 'databases/db3')
-rw-r--r-- | databases/db3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 8b6e967a1ac..dfb9a860388 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/11/30 11:58:28 martti Exp $ +# $NetBSD: Makefile,v 1.10 2002/02/12 11:13:22 seb Exp $ DISTNAME= db-3.3.11 PKGNAME= db3-3.11.2 @@ -11,11 +11,11 @@ COMMENT= Sleepycat Software's Berkeley DB version 3 PATCH_SITES= ${MASTER_SITES} PATCHFILES= patch.3.3.11.1 patch.3.3.11.2 -PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet +PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -p0 USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKDIR}/${DISTNAME}/dist/ltconfig +LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure |