pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc3 No target information is available for Inter...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/782924ce476c
branches:  trunk
changeset: 481613:782924ce476c
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Oct 08 14:42:55 2004 +0000

description:
No target information is available for Interix; disable it here.

diffstat:

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

diffs (18 lines):

diff -r d19aaf94a72e -r 782924ce476c lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Fri Oct 08 13:22:13 2004 +0000
+++ b/lang/gcc3/Makefile.common Fri Oct 08 14:42:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/09/26 21:38:03 jlam Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/10/08 14:42:55 tv Exp $
 
 GCC_VERSION=   3.3.4
 DISTNAME=      gcc-${GCC_VERSION}
@@ -9,7 +9,7 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/gcc/gcc.html
 
-NOT_FOR_PLATFORM=      Darwin-*-*
+NOT_FOR_PLATFORM=      Darwin-*-* Interix-*-*
 
 USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes



Home | Main Index | Thread Index | Old Index