diff options
author | gavan <gavan> | 2004-11-22 12:44:50 +0000 |
---|---|---|
committer | gavan <gavan> | 2004-11-22 12:44:50 +0000 |
commit | 883351f4bf7468956ac2c762808dca1d6e768ec9 (patch) | |
tree | fe4b091c215c4e9e6c8a748fd5c110a9b9df2b22 /x11 | |
parent | 2efcdecd30b465862030f870eabb123e54e60d08 (diff) | |
download | pkgsrc-883351f4bf7468956ac2c762808dca1d6e768ec9.tar.gz |
Disable XRender on Solaris. Workaround for graphics corruption problems
experienced on Solaris 10.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
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 |