pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc-ssp Doesn't support TLS and is therefore pret...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7c39732e138
branches:  trunk
changeset: 529928:c7c39732e138
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 12 22:00:39 2007 +0000

description:
Doesn't support TLS and is therefore pretty much useless on DragonFly.

diffstat:

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

diffs (18 lines):

diff -r a2dc8444633d -r c7c39732e138 lang/gcc-ssp/Makefile
--- a/lang/gcc-ssp/Makefile     Tue Jun 12 21:59:32 2007 +0000
+++ b/lang/gcc-ssp/Makefile     Tue Jun 12 22:00:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2006/09/27 15:46:11 abs Exp $
+# $NetBSD: Makefile,v 1.48 2007/06/12 22:00:39 joerg Exp $
 
 DISTNAME=              gcc-2.95.3
 PKGNAME=               gcc-ssp-2.95.3.13
@@ -27,7 +27,7 @@
 #                      NetBSD-*-powerpc NetBSD-*-macppc \
 #                      NetBSD-*-prep NetBSD-*-bebox NetBSD-*-ofppc \
 #                      NetBSD-*-amigappc NetBSD-*-sandpoint
-NOT_FOR_PLATFORM=      Interix-*-* *-*-x86_64
+NOT_FOR_PLATFORM=      Interix-*-* *-*-x86_64 DragonFly-*-*
 
 USE_TOOLS+=            gmake
 



Home | Main Index | Thread Index | Old Index