pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yaz



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep  4 10:41:05 UTC 2016

Modified Files:
        pkgsrc/net/yaz: Makefile

Log Message:
Converted variable-match (:M) to plain equality with OPSYS, thanks joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/yaz/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/yaz/Makefile
diff -u pkgsrc/net/yaz/Makefile:1.65 pkgsrc/net/yaz/Makefile:1.66
--- pkgsrc/net/yaz/Makefile:1.65        Sat Sep  3 07:13:46 2016
+++ pkgsrc/net/yaz/Makefile     Sun Sep  4 10:41:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2016/09/03 07:13:46 mef Exp $
+# $NetBSD: Makefile,v 1.66 2016/09/04 10:41:05 mef Exp $
 #
 
 DISTNAME=      yaz-4.1.6
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+=      --with-xml2=${BUILDLINK
 # backtrace and backtrace_symbols
 .include "../../mk/bsd.prefs.mk"
 # DragonFly too ?
-.if !empty(OPSYS:MNetBSD) || !empty(OPSYS:MFreeBSD)
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
 LDFLAGS+=      -lexecinfo
 .endif
 



Home | Main Index | Thread Index | Old Index