pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Actually tested the patched code, and not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2166c2a2fd46
branches:  trunk
changeset: 538190:2166c2a2fd46
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 31 17:37:25 2008 +0000

description:
Actually tested the patched code, and noticed that ABI may be undefined.
Related to PR 37886.

diffstat:

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

diffs (25 lines):

diff -r d7cf609e2e88 -r 2166c2a2fd46 x11/qt4-libs/Makefile.common
--- a/x11/qt4-libs/Makefile.common      Thu Jan 31 16:37:35 2008 +0000
+++ b/x11/qt4-libs/Makefile.common      Thu Jan 31 17:37:25 2008 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index