From c1fdad1e30c4170920641d2c55032309b9b0c25f Mon Sep 17 00:00:00 2001 From: gavan Date: Mon, 3 Nov 2003 18:27:54 +0000 Subject: Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking on Solaris. --- devel/libargparse/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel/libargparse') diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile index 893ac971c9e..67e7af21f3e 100644 --- a/devel/libargparse/Makefile +++ b/devel/libargparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:43:25 martti Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/03 18:27:54 gavan Exp $ # DISTNAME= libargparse-0.1.0000 @@ -12,5 +12,9 @@ COMMENT= Argument parsing library in C++ GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +USE_BUILDLINK2= yes +USE_GCC_SHLIB= yes .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3