pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xfce4 require gcc3 on alpha to allow this to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f80e7c373035
branches:  trunk
changeset: 463320:f80e7c373035
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Nov 05 22:11:58 2003 +0000

description:
require gcc3 on alpha to allow this to compile

diffstat:

 meta-pkgs/xfce4/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 23c7b8a2bf1c -r f80e7c373035 meta-pkgs/xfce4/Makefile.common
--- a/meta-pkgs/xfce4/Makefile.common   Wed Nov 05 22:11:51 2003 +0000
+++ b/meta-pkgs/xfce4/Makefile.common   Wed Nov 05 22:11:58 2003 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index