pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc Can't work on DragonFly due to missing TLS su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6362c7bceef2
branches:  trunk
changeset: 529919:6362c7bceef2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 12 20:10:17 2007 +0000

description:
Can't work on DragonFly due to missing TLS support.

diffstat:

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

diffs (18 lines):

diff -r 485ca84b7471 -r 6362c7bceef2 lang/gcc/Makefile
--- a/lang/gcc/Makefile Tue Jun 12 20:09:11 2007 +0000
+++ b/lang/gcc/Makefile Tue Jun 12 20:10:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2006/09/27 15:46:11 abs Exp $
+# $NetBSD: Makefile,v 1.90 2007/06/12 20:10:17 joerg Exp $
 
 DISTNAME=              gcc-2.95.3
 PKGREVISION=           7
@@ -15,7 +15,7 @@
 HOMEPAGE=              http://www.gnu.org/software/gcc/gcc.html
 COMMENT=               GNU Compiler Collection, version 2
 
-NOT_FOR_PLATFORM=      Darwin-*-* Interix-*-* *-*-x86_64
+NOT_FOR_PLATFORM=      Darwin-*-* Interix-*-* *-*-x86_64 DragonFly-*-*
 
 USE_TOOLS+=            gmake
 MAKEFLAGS+=            GMAKE_LOCALE=no



Home | Main Index | Thread Index | Old Index