pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc34 Re-enable F77 build. This was accidentally ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7a5589d5c55
branches:  trunk
changeset: 601463:d7a5589d5c55
user:      hans <hans%pkgsrc.org@localhost>
date:      Wed Mar 21 14:43:31 2012 +0000

description:
Re-enable F77 build. This was accidentally lost in 2005 with r1.21.

diffstat:

 lang/gcc34/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 569e610bdea9 -r d7a5589d5c55 lang/gcc34/Makefile
--- a/lang/gcc34/Makefile       Wed Mar 21 14:36:57 2012 +0000
+++ b/lang/gcc34/Makefile       Wed Mar 21 14:43:31 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2011/08/26 02:57:13 sbd Exp $
+# $NetBSD: Makefile,v 1.50 2012/03/21 14:43:31 hans Exp $
 #
 
 DISTNAME=      gcc-${GCC_VERSION}
@@ -63,7 +63,7 @@
                BUILD_JAVA BUILD_OBJC
 BUILD_ADA?=    NO
 BUILD_CXX?=    YES
-BUILD_F77?=    NO
+BUILD_F77?=    YES
 BUILD_JAVA?=   YES
 BUILD_OBJC?=   YES
 



Home | Main Index | Thread Index | Old Index