summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-31 17:37:25 +0000
committerrillig <rillig>2008-01-31 17:37:25 +0000
commit63bb21a2021fe93a4b5e97fb5cf6940a0f8f571a (patch)
tree1258d70e47f11ab2b579448b9552a8b99abf8ac7 /x11/qt4-libs
parent05d4b4c8805b4733fb7cbe7bf0121599913879cf (diff)
downloadpkgsrc-63bb21a2021fe93a4b5e97fb5cf6940a0f8f571a.tar.gz
Actually tested the patched code, and noticed that ABI may be undefined.
Related to PR 37886.
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r--x11/qt4-libs/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index acdac424186..a27f52e4bba 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2008/01/28 10:13:55 rillig Exp $
+# $NetBSD: Makefile.common,v 1.8 2008/01/31 17:37:25 rillig Exp $
DISTNAME= qt-x11-opensource-src-${QTVERSION}
CATEGORIES= x11
@@ -46,13 +46,13 @@ CONFIGURE_ARGS+= -no-g++-exceptions
.if ${OPSYS} == "SunOS"
. if !empty(CC_VERSION:Mgcc*)
-. if ${ABI} == "64"
+. if ${ABI:U} == "64"
CONFIGURE_ARGS+= -platform solaris-g++-64
. else
CONFIGURE_ARGS+= -platform solaris-g++
. endif
. else
-. if ${ABI} == "64"
+. if ${ABI:U} == "64"
CONFIGURE_ARGS+= -platform solaris-cc-64
. else
CONFIGURE_ARGS+= -platform solaris-cc