pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pkgconf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 29 13:23:41 UTC 2017

Modified Files:
        pkgsrc/devel/pkgconf: Makefile

Log Message:
This uses libtool.

Fixes PR 52261.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/pkgconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pkgconf/Makefile
diff -u pkgsrc/devel/pkgconf/Makefile:1.10 pkgsrc/devel/pkgconf/Makefile:1.11
--- pkgsrc/devel/pkgconf/Makefile:1.10  Fri May  5 01:55:56 2017
+++ pkgsrc/devel/pkgconf/Makefile       Mon May 29 13:23:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/05/05 01:55:56 mef Exp $
+# $NetBSD: Makefile,v 1.11 2017/05/29 13:23:41 wiz Exp $
 
 DISTNAME=      pkgconf-1.3.5
 CATEGORIES=    devel
@@ -14,6 +14,7 @@ CONFLICTS+=   pkg-config-[0-9]*
 .include "../../mk/bsd.prefs.mk"
 
 GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
 CONFIGURE_ARGS=        --with-system-libdir=/usr/lib \
                --with-system-includedir=/usr/include
 MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index