pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc3-f77 this can only be built with gcc:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8df9110dd53f
branches:  trunk
changeset: 476652:8df9110dd53f
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jun 17 13:09:42 2004 +0000

description:
this can only be built with gcc:

"f/proj.h", line 35: #error: "You have to use gcc 2.x to build g77."

diffstat:

 lang/gcc3-f77/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2184b6c492a1 -r 8df9110dd53f lang/gcc3-f77/Makefile
--- a/lang/gcc3-f77/Makefile    Thu Jun 17 13:07:45 2004 +0000
+++ b/lang/gcc3-f77/Makefile    Thu Jun 17 13:09:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/05/22 17:48:22 abs Exp $
+# $NetBSD: Makefile,v 1.12 2004/06/17 13:09:42 grant Exp $
 
 PKGNAME=       gcc3${GCC3_PKGMODIF}-f77-${GCC_VERSION}
 PKGREVISION=    1
@@ -12,6 +12,8 @@
 
 CONFIGURE_ARGS+=       --enable-languages="f77"
 
+ONLY_FOR_COMPILER=     gcc
+
 do-build:
        cd ${WRKSRC}/gcc && ${SETENV} ${MAKE_ENV} ${GMAKE} f77
        cd ${WRKSRC}/gcc && ${SETENV} ${MAKE_ENV} ${GMAKE} g77



Home | Main Index | Thread Index | Old Index