pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc48 gcc48: simplify comment in Makefile



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6257b31628b6
branches:  trunk
changeset: 352099:6257b31628b6
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Sep 06 16:29:19 2016 +0000

description:
gcc48: simplify comment in Makefile

diffstat:

 lang/gcc48/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 0a835b5494ef -r 6257b31628b6 lang/gcc48/Makefile
--- a/lang/gcc48/Makefile       Tue Sep 06 16:28:48 2016 +0000
+++ b/lang/gcc48/Makefile       Tue Sep 06 16:29:19 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/09/05 10:02:45 maya Exp $
+# $NetBSD: Makefile,v 1.28 2016/09/06 16:29:19 maya Exp $
 
 GCC_PKGNAME=   gcc48
 .include       "version.mk"
@@ -77,10 +77,7 @@
 CONFIGURE_ARGS+=       --with-local-prefix=${GCC_PREFIX:Q}
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-*)
-# [2016-09 maya] use the native SSP code in netbsd libc
-# including <stdio.h> and building with -D_FORTIFY_SOURCE fails because
-# ssp/stdio.h tries tp includes ssp.h, instead of ssp/ssp.h + other
-# failures, even if this is corrected.
+# use the native SSP code in netbsd libc
 CONFIGURE_ARGS+=       --disable-libssp
 .else
 CONFIGURE_ARGS+=       --enable-libssp



Home | Main Index | Thread Index | Old Index