pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc34 Temporarily mark as not for Interix, until ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47714fbf7b43
branches:  trunk
changeset: 487903:47714fbf7b43
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Jan 21 20:52:24 2005 +0000

description:
Temporarily mark as not for Interix, until platform config and libtool fixed.

diffstat:

 lang/gcc34/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r e6c5860b1f57 -r 47714fbf7b43 lang/gcc34/Makefile
--- a/lang/gcc34/Makefile       Fri Jan 21 20:45:09 2005 +0000
+++ b/lang/gcc34/Makefile       Fri Jan 21 20:52:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/11/15 11:38:42 shannonjr Exp $
+# $NetBSD: Makefile,v 1.21 2005/01/21 20:52:24 tv Exp $
 #
 
 DISTNAME=      gcc-${GCC_VERSION}
@@ -15,6 +15,8 @@
 BUILD_USES_MSGFMT=     YES
 GCC_VERSION=           3.4.3
 
+NOT_FOR_PLATFORM=      Interix-*-*
+
 .include "../../mk/bsd.prefs.mk"
 
 # Determine whether to use binutils
@@ -56,8 +58,8 @@
                BUILD_JAVA BUILD_OBJC
 BUILD_ADA?=    NO
 BUILD_CXX?=    YES
-BUILD_F77?=    YES
-BUILD_JAVA?=   NO
+BUILD_F77?=    NO
+BUILD_JAVA?=   YES
 BUILD_OBJC?=   YES
 
 LANGS='c'



Home | Main Index | Thread Index | Old Index