summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-11-05 22:11:58 +0000
committerdmcmahill <dmcmahill>2003-11-05 22:11:58 +0000
commit5c26f6d38cf2721eac13d12f7523e6ec9dc275a4 (patch)
treee7b6847b8e4e85bc3170c2d4b666733bacc516ec /meta-pkgs
parent62b8d42b6abcc1d7f977c6628ad5ef092d26d1bd (diff)
downloadpkgsrc-5c26f6d38cf2721eac13d12f7523e6ec9dc275a4.tar.gz
require gcc3 on alpha to allow this to compile
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/xfce4/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common
index 4cbad835891..4f01802a18b 100644
--- a/meta-pkgs/xfce4/Makefile.common
+++ b/meta-pkgs/xfce4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2003/09/26 10:29:52 martti Exp $
+# $NetBSD: Makefile.common,v 1.2 2003/11/05 22:11:58 dmcmahill Exp $
MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.0/src/ \
http://linux.imp.mx/xfce4/xfce_4.0.0/src/
@@ -18,6 +18,10 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_GMAKE= # defined
GNU_CONFIGURE= # defined
+.if ${MACHINE_ARCH} == "alpha"
+GCC_REQD= 3.0
+.endif
+
MESSAGE_SRC?= ${.CURDIR}/../../fonts/fontconfig/MESSAGE
PKG_CONFIG_PATH= ${BUILDLINK_DIR}/lib/pkgconfig