Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/libargparse/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/libargparse/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- pkgsrc/devel/libargparse/Makefile 2003/07/21 16:43:25 1.4 +++ pkgsrc/devel/libargparse/Makefile 2003/11/03 18:27:54 1.5 @@ -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"