summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2016-08-16 00:53:41 +0000
committerdholland <dholland>2016-08-16 00:53:41 +0000
commitfedf092280f1f4dbd2104884785df2c871a9d4a5 (patch)
treef3dda04eef9a3090ffd3b69daf1a00a2b20754e4
parentaa0be71697c8d703b05d3136dd1278ca493259a8 (diff)
downloadpkgsrc-fedf092280f1f4dbd2104884785df2c871a9d4a5.tar.gz
typo in comment
-rw-r--r--lang/g95/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile
index 50fcfbe71f7..222bde119a1 100644
--- a/lang/g95/Makefile
+++ b/lang/g95/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2016/07/09 06:38:24 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2016/08/16 00:53:41 dholland Exp $
DISTNAME= g95_source
PKGNAME= g95-0.93
@@ -28,7 +28,7 @@ GCC_CONFIGURE_SCRIPT= ../configure
GCC_CONFIGURE_ARGS= ${CONFIGURE_ARGS}
GCC_CONFIGURE_ARGS+= --enable-languages=c
GCC_CONFIGURE_ARGS+= --disable-multilib
-GCC_CONFIGURE_ARGS+= --disable-libssp # to build on NetBSD 6.88.43
+GCC_CONFIGURE_ARGS+= --disable-libssp # to build on NetBSD 6.99.43
# Avoid "ld: illegal text-relocation to half in .libs/x87.o"
LDFLAGS.Darwin+= -Wl,-read_only_relocs,suppress