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:   he
Date:           Sun Jun 25 11:26:20 UTC 2023

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

Log Message:
google-glog: include atomic64.mk, fixes macppc build.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/devel/google-glog/Makefile:1.12
--- pkgsrc/devel/google-glog/Makefile:1.11      Fri Mar  3 09:59:58 2023
+++ pkgsrc/devel/google-glog/Makefile   Sun Jun 25 11:26:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/03/03 09:59:58 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/06/25 11:26:19 he Exp $
 
 DISTNAME=      glog-0.6.0
 PKGNAME=       google-${DISTNAME}
@@ -27,4 +27,5 @@ LDFLAGS+=     -lexecinfo
 .include "../../devel/cmake/build.mk"
 .include "../../devel/gflags/buildlink3.mk"
 .include "../../devel/googletest/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index