pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nanomsg



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Jun 26 12:17:15 UTC 2016

Modified Files:
        pkgsrc/net/nanomsg: Makefile

Log Message:
Add missing PKGCONFIG_OVERRIDE.

It's still needed (but with a fixed path)

Bump PKGREVISION.

Pointed out by <wiz>.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nanomsg/Makefile

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

Modified files:

Index: pkgsrc/net/nanomsg/Makefile
diff -u pkgsrc/net/nanomsg/Makefile:1.2 pkgsrc/net/nanomsg/Makefile:1.3
--- pkgsrc/net/nanomsg/Makefile:1.2     Sat Jun 18 08:24:32 2016
+++ pkgsrc/net/nanomsg/Makefile Sun Jun 26 12:17:14 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/06/18 08:24:32 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/26 12:17:14 kamil Exp $
 
 DISTNAME=      nanomsg-1.0.0
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nanomsg/}
 
@@ -11,4 +12,6 @@ LICENSE=      x11
 
 USE_CMAKE=     yes
 
+PKGCONFIG_OVERRIDE+=   src/pkgconfig.in
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index