pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Disable XRender on Solaris. Workaround fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6d5b3ca9edc
branches:  trunk
changeset: 483905:b6d5b3ca9edc
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Mon Nov 22 12:44:50 2004 +0000

description:
Disable XRender on Solaris. Workaround for graphics corruption problems
experienced on Solaris 10.

diffstat:

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

diffs (18 lines):

diff -r ba0f0e4c65c6 -r b6d5b3ca9edc x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Mon Nov 22 12:42:46 2004 +0000
+++ b/x11/qt3-libs/Makefile.common      Mon Nov 22 12:44:50 2004 +0000
@@ -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 @@
                        -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
 



Home | Main Index | Thread Index | Old Index