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:   tnn
Date:           Sun Mar 27 13:41:06 UTC 2022

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

Log Message:
google-glog: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/devel/google-glog/Makefile:1.10
--- pkgsrc/devel/google-glog/Makefile:1.9       Sat Feb 20 20:46:13 2021
+++ pkgsrc/devel/google-glog/Makefile   Sun Mar 27 13:41:06 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/02/20 20:46:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2022/03/27 13:41:06 tnn Exp $
 
 DISTNAME=      glog-0.4.0
 PKGNAME=       google-${DISTNAME}
@@ -19,6 +19,8 @@ USE_LANGUAGES=        c c++11
 
 PKGCONFIG_OVERRIDE+=   libglog.pc.in
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-pie
+
 .include "../../mk/bsd.prefs.mk"
 
 .if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/execinfo.h)



Home | Main Index | Thread Index | Old Index