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:           Sat Sep  3 07:13:46 UTC 2016

Modified Files:
        pkgsrc/net/yaz: Makefile

Log Message:
-lexecinfo only with NetBSD or FreeBSD, (DragonFly too ?). Thanks wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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.64 pkgsrc/net/yaz/Makefile:1.65
--- pkgsrc/net/yaz/Makefile:1.64        Fri Aug 26 13:59:34 2016
+++ pkgsrc/net/yaz/Makefile     Sat Sep  3 07:13:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2016/08/26 13:59:34 mef Exp $
+# $NetBSD: Makefile,v 1.65 2016/09/03 07:13:46 mef Exp $
 #
 
 DISTNAME=      yaz-4.1.6
@@ -22,8 +22,13 @@ USE_TOOLS+=  pkg-config tclsh
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.libiconv}
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=       --with-xml2=${BUILDLINK_PREFIX.libxml2}
+
 # backtrace and backtrace_symbols
+.include "../../mk/bsd.prefs.mk"
+# DragonFly too ?
+.if !empty(OPSYS:MNetBSD) || !empty(OPSYS:MFreeBSD)
 LDFLAGS+=      -lexecinfo
+.endif
 
 PTHREAD_OPTS+= native optional
 



Home | Main Index | Thread Index | Old Index