pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc48



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Sep  6 16:29:19 UTC 2016

Modified Files:
        pkgsrc/lang/gcc48: Makefile

Log Message:
gcc48: simplify comment in Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/gcc48/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc48/Makefile
diff -u pkgsrc/lang/gcc48/Makefile:1.27 pkgsrc/lang/gcc48/Makefile:1.28
--- pkgsrc/lang/gcc48/Makefile:1.27     Mon Sep  5 10:02:45 2016
+++ pkgsrc/lang/gcc48/Makefile  Tue Sep  6 16:29:19 2016
@@ -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+=     --enable-long-long
 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