summaryrefslogtreecommitdiff
path: root/lang/g95
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-06-09 12:40:58 +0000
committerasau <asau@pkgsrc.org>2014-06-09 12:40:58 +0000
commitbfa30be212f45db0ce1e414adeac6be51142d134 (patch)
tree153f99ac1d6cb782616ff9612088b7ac3d6424d1 /lang/g95
parent807390c97f7510940730341959a8bbc73809710e (diff)
downloadpkgsrc-bfa30be212f45db0ce1e414adeac6be51142d134.tar.gz
Disable libssp for now to let it build on NetBSD 6.99.43.
Diffstat (limited to 'lang/g95')
-rw-r--r--lang/g95/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile
index 0c7165b2e3d..3126ca73d20 100644
--- a/lang/g95/Makefile
+++ b/lang/g95/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2014/02/17 16:49:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2014/06/09 12:40:58 asau Exp $
DISTNAME= g95_source
PKGNAME= g95-0.93
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= http://ftp.g95.org/v${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tgz
@@ -28,6 +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
# Avoid "ld: illegal text-relocation to half in .libs/x87.o"
LDFLAGS.Darwin+= -Wl,-read_only_relocs,suppress