summaryrefslogtreecommitdiff
path: root/meta-pkgs/xfce4
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-11-05 22:11:58 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-11-05 22:11:58 +0000
commit0b2fcfbd9a5bc7f5b9eeefb6541144fc494f18aa (patch)
treee7b6847b8e4e85bc3170c2d4b666733bacc516ec /meta-pkgs/xfce4
parent1ee4eb7db51a5f02b12d49b2e293ec80347ce5e6 (diff)
downloadpkgsrc-0b2fcfbd9a5bc7f5b9eeefb6541144fc494f18aa.tar.gz
require gcc3 on alpha to allow this to compile
Diffstat (limited to 'meta-pkgs/xfce4')
-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