pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs qt4-libs: Use correct configuration for S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3a7fbed4a74
branches:  trunk
changeset: 374566:f3a7fbed4a74
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 25 13:31:51 2018 +0000

description:
qt4-libs: Use correct configuration for SunOS/clang.

diffstat:

 x11/qt4-libs/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7345a2c2012 -r f3a7fbed4a74 x11/qt4-libs/Makefile.common
--- a/x11/qt4-libs/Makefile.common      Thu Jan 25 13:01:30 2018 +0000
+++ b/x11/qt4-libs/Makefile.common      Thu Jan 25 13:31:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.46 2017/09/20 19:19:58 adam Exp $
+# $NetBSD: Makefile.common,v 1.47 2018/01/25 13:31:51 jperkin Exp $
 # used by x11/qt4-docs/Makefile
 # used by x11/qt4-libs/Makefile
 # used by x11/qt4-mng/Makefile
@@ -80,7 +80,7 @@
 .endif
 
 .if ${OPSYS} == "SunOS"
-.  if !empty(CC_VERSION:Mgcc*)
+.  if !empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang)
 .    if ${ABI:U} == "64"
 CONFIGURE_ARGS+=       -platform solaris-g++-64
 .    else



Home | Main Index | Thread Index | Old Index