diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-03 18:27:54 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-03 18:27:54 +0000 |
commit | a21e8a468855425b728ff4c6dc2f53f29cbdcca1 (patch) | |
tree | 878427e56fb1202338241513a654dfd7e8fe9052 /devel | |
parent | 3619f6de560ee526ecbc8269ff28abec381c87eb (diff) | |
download | pkgsrc-a21e8a468855425b728ff4c6dc2f53f29cbdcca1.tar.gz |
Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking on
Solaris.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libargparse/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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" |