summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 09:26:32 +0000
committerskrll <skrll>2002-02-15 09:26:32 +0000
commit59408fe13e9cb3f8f7c452d8f3f22145f45dc59c (patch)
tree426af8deffde488a739ac44a07e532b00b765702 /x11/kdelibs2
parent0abc74ccd3b9823e56e4bacbfa4d3ba57f5de573 (diff)
downloadpkgsrc-59408fe13e9cb3f8f7c452d8f3f22145f45dc59c.tar.gz
Pull in gcc-2.95.3 for alpha as kdeprint/management/kmiconview.cpp
tickles a compiler bug.
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index f78cba5adde..60b92a7036d 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2002/01/21 12:11:16 skrll Exp $
+# $NetBSD: Makefile,v 1.32 2002/02/15 09:26:32 skrll Exp $
DISTNAME= kdelibs-2.2.2
CATEGORIES= x11
@@ -21,6 +21,11 @@ CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_DIR}"
LIBS+= -Wl,--export-dynamic
.endif
+GCC_VERSION!= gcc --version
+.if (${GCC_VERSION:C/-.*$$//} == egcs) && (${MACHINE_ARCH} == alpha)
+.include "../../lang/gcc/Makefile.gcc"
+.endif
+
# Override KDE_INCLUDES and QT_INCLUDES at build-time since their values
# are used by reference within the kdelibs2 Makefiles
#