diff options
author | dholland <dholland> | 2016-08-16 00:53:41 +0000 |
---|---|---|
committer | dholland <dholland> | 2016-08-16 00:53:41 +0000 |
commit | f0602954e95f4e90ddb15236b8cdde2e7d88ed6a (patch) | |
tree | f3dda04eef9a3090ffd3b69daf1a00a2b20754e4 | |
parent | cb343fd5cd84920a396749e1cab38d33f011e557 (diff) | |
download | pkgsrc-f0602954e95f4e90ddb15236b8cdde2e7d88ed6a.tar.gz |
typo in comment
-rw-r--r-- | lang/g95/Makefile | 4 |
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 |