summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorgavan <gavan>2004-11-22 12:44:50 +0000
committergavan <gavan>2004-11-22 12:44:50 +0000
commit883351f4bf7468956ac2c762808dca1d6e768ec9 (patch)
treefe4b091c215c4e9e6c8a748fd5c110a9b9df2b22 /x11/qt3-libs
parent2efcdecd30b465862030f870eabb123e54e60d08 (diff)
downloadpkgsrc-883351f4bf7468956ac2c762808dca1d6e768ec9.tar.gz
Disable XRender on Solaris. Workaround for graphics corruption problems
experienced on Solaris 10.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index c31470969a6..e4a83edefed 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2004/11/12 06:39:21 jlam Exp $
+# $NetBSD: Makefile.common,v 1.42 2004/11/22 12:44:50 gavan Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -29,6 +29,8 @@ CONFIGURE_ARGS+= -shared -sm -thread -no-stl \
-system-libmng -system-libjpeg \
${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-Wl*:S/-Wl,//}
CONFIGURE_ARGS+= -qt-gif # qt3 does not write compressed GIFs
+CONFIGURE_ARGS+= -no-xrender
+OPSYSVARS+= CONFIGURE_ARGS
CONFIGURE_ARGS+= < ${FILESDIR}/license-acceptance