pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/google-glog google-glog: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82eeb50922df
branches:  trunk
changeset: 375812:82eeb50922df
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 27 13:41:06 2022 +0000

description:
google-glog: fix build on SunOS

diffstat:

 devel/google-glog/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bf7562cce6d9 -r 82eeb50922df devel/google-glog/Makefile
--- a/devel/google-glog/Makefile        Sun Mar 27 13:33:21 2022 +0000
+++ b/devel/google-glog/Makefile        Sun Mar 27 13:41:06 2022 +0000
@@ -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 @@
 
 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