diff options
author | joerg <joerg@pkgsrc.org> | 2013-10-28 23:47:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-10-28 23:47:56 +0000 |
commit | 447052b18b796529d96399430fd1b22e485165ad (patch) | |
tree | 7d969dca876d5ddea6491e24b55a1de94cabdba3 /lang/pforth | |
parent | dfdcf790f3b8e9762730bb6e11ab4f4c2a2722b1 (diff) | |
download | pkgsrc-447052b18b796529d96399430fd1b22e485165ad.tar.gz |
Remove flags that have been GCC's since ~forever.
Diffstat (limited to 'lang/pforth')
-rw-r--r-- | lang/pforth/distinfo | 4 | ||||
-rw-r--r-- | lang/pforth/patches/patch-build_unix_Makefile | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/lang/pforth/distinfo b/lang/pforth/distinfo index bea3a706477..fd71bfbe806 100644 --- a/lang/pforth/distinfo +++ b/lang/pforth/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2012/10/12 16:25:21 marino Exp $ +$NetBSD: distinfo,v 1.9 2013/10/28 23:47:56 joerg Exp $ SHA1 (pforth_v27_20101121.zip) = 66b9f3927a877afecca2c303157b7127291802f6 RMD160 (pforth_v27_20101121.zip) = e39965a79d4845763b6b767f5f7781f0d3758208 Size (pforth_v27_20101121.zip) = 209538 bytes -SHA1 (patch-build_unix_Makefile) = 8f613560795eb8aaf212a3a54e19bd97f96d1b5f +SHA1 (patch-build_unix_Makefile) = 91f21aa6e7d9943872377568ec7102aa78edbfdd diff --git a/lang/pforth/patches/patch-build_unix_Makefile b/lang/pforth/patches/patch-build_unix_Makefile index 8843cc4768d..34265e14e8f 100644 --- a/lang/pforth/patches/patch-build_unix_Makefile +++ b/lang/pforth/patches/patch-build_unix_Makefile @@ -1,10 +1,10 @@ -$NetBSD: patch-build_unix_Makefile,v 1.1 2012/10/12 16:25:21 marino Exp $ +$NetBSD: patch-build_unix_Makefile,v 1.2 2013/10/28 23:47:56 joerg Exp $ GCC 4.7.2 breaks on the unrecognized -c89 switch. Use -std= instead. --- build/unix/Makefile.orig 2010-08-27 17:50:07.000000000 +0000 +++ build/unix/Makefile -@@ -24,7 +24,7 @@ PFORTHAPP = pforth_standalone +@@ -24,12 +24,10 @@ PFORTHAPP = pforth_standalone WIDTHOPT= FULL_WARNINGS = \ @@ -13,3 +13,8 @@ GCC 4.7.2 breaks on the unrecognized -c89 switch. Use -std= instead. -fsigned-char \ -fno-builtin \ -fno-unroll-loops \ +- -fpeephole \ +- -fno-keep-inline-functions \ + -pedantic \ + -Wcast-qual \ + -Wall \ |