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: markd
Date: Wed Jul 2 02:31:40 UTC 2025
Modified Files:
pkgsrc/devel/google-glog: Makefile
Log Message:
google-glog: WITH_UNWIND needs to be "none" not "OFF"
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/google-glog/Makefile:1.16
--- pkgsrc/devel/google-glog/Makefile:1.15 Tue Feb 18 09:03:18 2025
+++ pkgsrc/devel/google-glog/Makefile Wed Jul 2 02:31:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/02/18 09:03:18 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/07/02 02:31:40 markd Exp $
DISTNAME= glog-0.7.1
PKGNAME= google-${DISTNAME}
@@ -16,7 +16,7 @@ USE_CXX_FEATURES= c++14
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
-CMAKE_CONFIGURE_ARGS+= -DWITH_UNWIND=OFF
+CMAKE_CONFIGURE_ARGS+= -DWITH_UNWIND=none
BUILDLINK_TRANSFORM.SunOS+= rm:-pie
Home |
Main Index |
Thread Index |
Old Index