summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormaya <maya>2016-09-06 16:29:19 +0000
committermaya <maya>2016-09-06 16:29:19 +0000
commitd8820d47f04880793ef1fcea54b638e91a2160c9 (patch)
tree77136067a7f2019f878d5cf72af478b8901c9f28 /lang
parentaa63c7c9bfe46e76e8fb982bd83cbe7f94ad12e2 (diff)
downloadpkgsrc-d8820d47f04880793ef1fcea54b638e91a2160c9.tar.gz
gcc48: simplify comment in Makefile
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc48/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 89b598a5f7f..77fa05310a8 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -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