pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/google-glog



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 16 09:40:24 UTC 2016

Modified Files:
        pkgsrc/devel/google-glog: Makefile

Log Message:
Also link against libexecinfo on FreeBSD.

>From rodent@


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/google-glog/Makefile

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

Modified files:

Index: pkgsrc/devel/google-glog/Makefile
diff -u pkgsrc/devel/google-glog/Makefile:1.5 pkgsrc/devel/google-glog/Makefile:1.6
--- pkgsrc/devel/google-glog/Makefile:1.5       Tue Nov  1 15:22:26 2016
+++ pkgsrc/devel/google-glog/Makefile   Wed Nov 16 09:40:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/11/01 15:22:26 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/11/16 09:40:24 wiz Exp $
 
 DISTNAME=      glog-0.3.4
 PKGNAME=       google-${DISTNAME}
@@ -21,7 +21,7 @@ PKGCONFIG_OVERRIDE+=  libglog.pc.in
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
+.if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/execinfo.h)
 LIBS+=         -lexecinfo
 .endif
 



Home | Main Index | Thread Index | Old Index