pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nanomsgxx



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 28 11:56:52 UTC 2021

Modified Files:
        pkgsrc/net/nanomsgxx: Makefile

Log Message:
nanomsgxx: fix building


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nanomsgxx/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/nanomsgxx/Makefile
diff -u pkgsrc/net/nanomsgxx/Makefile:1.1 pkgsrc/net/nanomsgxx/Makefile:1.2
--- pkgsrc/net/nanomsgxx/Makefile:1.1   Sat Jun 18 11:27:33 2016
+++ pkgsrc/net/nanomsgxx/Makefile       Tue Dec 28 11:56:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/18 11:27:33 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/28 11:56:52 adam Exp $
 
 DISTNAME=      nanomsgxx-0.2
 CATEGORIES=    net
@@ -12,7 +12,9 @@ LICENSE=      mit
 USE_LANGUAGES= c c++
 
 BUILD_DEPENDS+=        waf>=1.8.4:../../devel/waf
-WAF_HAS_MANDIR=        no
+
+WAF_HAS_MANDIR=                no
+WAF_REPLACE_EXECUTABLE=        yes
 
 PKGCONFIG_OVERRIDE+=   libnnxx.pc.in
 



Home | Main Index | Thread Index | Old Index