pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Pass -arch ${MACHINE_ARCH} to configure s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e81e712cbb4
branches: trunk
changeset: 551477:2e81e712cbb4
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Tue Dec 16 13:46:59 2008 +0000
description:
Pass -arch ${MACHINE_ARCH} to configure so it doesn't rely on uname -m
diffstat:
x11/qt4-libs/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0d3010e426f5 -r 2e81e712cbb4 x11/qt4-libs/Makefile.common
--- a/x11/qt4-libs/Makefile.common Tue Dec 16 13:27:30 2008 +0000
+++ b/x11/qt4-libs/Makefile.common Tue Dec 16 13:46:59 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2008/10/26 14:02:33 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/12/16 13:46:59 jmcneill Exp $
# used by x11/qt4-libs/Makefile
DISTNAME= qt-x11-opensource-src-${QTVERSION}
@@ -28,6 +28,7 @@
CONFIGURE_ARGS+= -system-zlib
CONFIGURE_ARGS+= -qt-gif # qt4 does not write compressed GIFs
CONFIGURE_ARGS+= ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-Wl*:S/-Wl,//}
+CONFIGURE_ARGS+= -arch ${MACHINE_ARCH}
# current WebKit fails for missing pthread_getattr_np() in
# src/3rdparty/webkit/JavaScriptCore/kjs/collector.cpp
#CONFIGURE_ARGS+= -no-webkit
Home |
Main Index |
Thread Index |
Old Index