summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-31 17:37:25 +0000
committerrillig <rillig@pkgsrc.org>2008-01-31 17:37:25 +0000
commit739c98874a60c3e350e5af68737db79bb4eeaf12 (patch)
tree1258d70e47f11ab2b579448b9552a8b99abf8ac7 /x11
parent09120f05857a147871b6ecc9a847cee0e4bf16bb (diff)
downloadpkgsrc-739c98874a60c3e350e5af68737db79bb4eeaf12.tar.gz
Actually tested the patched code, and noticed that ABI may be undefined.
Related to PR 37886.
Diffstat (limited to 'x11')
-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