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 599ceeb2703..d055fa91aad 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2003/05/02 12:16:57 wiz Exp $ +# $NetBSD: Makefile.common,v 1.17 2003/05/06 17:43:12 jmmv Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -55,7 +55,7 @@ CONFIGURE_ARGS+= -no-xinerama # and 3.0.5 for older toolchains. Removing inline for newer toolchains # produces smaller code. Removing inline for older toolchains prod- # uces buggy code. -# +# GCC_VERSION!= ${CXX} --version .if (${GCC_VERSION:C/-.*$$//} == egcs) |