From 869cd8fbf7871eb6bd9ae0f39beebd4ea4a7eed7 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 12 Feb 2002 11:13:22 +0000 Subject: 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. --- databases/db3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases') 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 -- cgit v1.2.3