summaryrefslogtreecommitdiff
path: root/devel/libargparse
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-03 18:27:54 +0000
committergavan <gavan>2003-11-03 18:27:54 +0000
commitc1fdad1e30c4170920641d2c55032309b9b0c25f (patch)
tree878427e56fb1202338241513a654dfd7e8fe9052 /devel/libargparse
parent29a3aa798c43552f6c7a3fc0aec2a32ee98b9a83 (diff)
downloadpkgsrc-c1fdad1e30c4170920641d2c55032309b9b0c25f.tar.gz
Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking on
Solaris.
Diffstat (limited to 'devel/libargparse')
-rw-r--r--devel/libargparse/Makefile6
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"