pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/yaz Converted variable-match (:M) to plain equalit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9463e86b1d7a
branches:  trunk
changeset: 352024:9463e86b1d7a
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 04 10:41:05 2016 +0000

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

diffstat:

 net/yaz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0f143b7832e -r 9463e86b1d7a net/yaz/Makefile
--- a/net/yaz/Makefile  Sun Sep 04 09:46:05 2016 +0000
+++ b/net/yaz/Makefile  Sun Sep 04 10:41:05 2016 +0000
@@ -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 @@
 # 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