pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/smarteiffel This package relies heavily on gcc, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81ad038bd395
branches:  trunk
changeset: 483696:81ad038bd395
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Wed Nov 17 17:20:13 2004 +0000

description:
This package relies heavily on gcc, and has a tendancy to infinite loop when
attempting to build with a different compiler.  Mark as ONLY_FOR_COMPILER.

diffstat:

 lang/smarteiffel/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4a514fba7ab7 -r 81ad038bd395 lang/smarteiffel/Makefile
--- a/lang/smarteiffel/Makefile Wed Nov 17 17:18:33 2004 +0000
+++ b/lang/smarteiffel/Makefile Wed Nov 17 17:20:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/10 16:20:15 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/17 17:20:13 sketch Exp $
 
 DISTNAME=      se
 PKGNAME=       SmartEiffel-2.0
@@ -16,6 +16,9 @@
 
 MAKE_ENV=      SmartEiffel=${WRKSRC}/sys/system.se
 
+# This package relies heavily on GCC.
+ONLY_FOR_COMPILER=     gcc
+
 post-patch:
        ${SED} "s:XXXWORKDIRXXX:${WRKDIR}:g" ${FILESDIR}/system.se \
                > ${WRKSRC}/sys/system.se



Home | Main Index | Thread Index | Old Index