diff options
Diffstat (limited to 'x11/qt3-libs/Makefile.common')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index e4a83edefed..4212b2c6c21 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2004/11/22 12:44:50 gavan Exp $ +# $NetBSD: Makefile.common,v 1.43 2004/11/24 16:08:48 gavan Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -29,7 +29,7 @@ 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 +CONFIGURE_ARGS.SunOS+= -no-xrender OPSYSVARS+= CONFIGURE_ARGS CONFIGURE_ARGS+= < ${FILESDIR}/license-acceptance |