pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libargparse Set LIBTOOL_OVERRIDE, USE_BUILDLINK2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16e36302d5e7
branches:  trunk
changeset: 463263:16e36302d5e7
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Mon Nov 03 18:27:54 2003 +0000

description:
Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking on
Solaris.

diffstat:

 devel/libargparse/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r de4a8778005e -r 16e36302d5e7 devel/libargparse/Makefile
--- a/devel/libargparse/Makefile        Mon Nov 03 18:25:01 2003 +0000
+++ b/devel/libargparse/Makefile        Mon Nov 03 18:27:54 2003 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index