pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt4-libs
Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan 25 13:31:52 UTC 2018
Modified Files:
        pkgsrc/x11/qt4-libs: Makefile.common
Log Message:
qt4-libs: Use correct configuration for SunOS/clang.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/qt4-libs/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt4-libs/Makefile.common
diff -u pkgsrc/x11/qt4-libs/Makefile.common:1.46 pkgsrc/x11/qt4-libs/Makefile.common:1.47
--- pkgsrc/x11/qt4-libs/Makefile.common:1.46    Wed Sep 20 19:19:58 2017
+++ pkgsrc/x11/qt4-libs/Makefile.common Thu Jan 25 13:31:51 2018
@@ -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 @@ CXXFLAGS+=    -std=c++98
 .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