summaryrefslogtreecommitdiff
path: root/wm/marco
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-08 16:50:22 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-08 16:50:22 +0000
commitbeef4a300ac86453173adfa361463f4bd34b1608 (patch)
tree646aa5af51d504f10d18ef8fa31a2302bbdab2af /wm/marco
parent3f6f2c4513b51c9429fa01f39d34620f8b39dff9 (diff)
downloadpkgsrc-beef4a300ac86453173adfa361463f4bd34b1608.tar.gz
marco: Don't specify -ansi.
Diffstat (limited to 'wm/marco')
-rw-r--r--wm/marco/distinfo3
-rw-r--r--wm/marco/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/wm/marco/distinfo b/wm/marco/distinfo
index f4a634b4b25..de6e72a6ac5 100644
--- a/wm/marco/distinfo
+++ b/wm/marco/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.4 2017/06/28 15:35:11 jperkin Exp $
+$NetBSD: distinfo,v 1.5 2018/02/08 16:50:22 jperkin Exp $
SHA1 (marco-1.18.1.tar.xz) = 6c09e95749bd01c46937b99894298f67918f720a
RMD160 (marco-1.18.1.tar.xz) = 2b2d80a7148963ea8910606e9fa25cb4838e4742
SHA512 (marco-1.18.1.tar.xz) = d6851c8c1c5bc25993dc72de7e5090736d236942ad37124ef52d0c23cc66faa1e4288273160bb9c1d1c303c99e3e096dcf031b2ea70bde93858627f31034708c
Size (marco-1.18.1.tar.xz) = 1251108 bytes
+SHA1 (patch-configure) = fa46453a5d25f154b60970e921f3802cd91ca786
SHA1 (patch-src_compositor_compositor-xrender.c) = 5cb7e98d8e2b1dda2842f422ad2268bb258c35ee
SHA1 (patch-src_core_delete.c) = ace180e80d63bbf0a35abc18bf6501061e09d158
SHA1 (patch-src_core_keybindings.c) = 98235897926d017994e1fa01c754419d14432b08
diff --git a/wm/marco/patches/patch-configure b/wm/marco/patches/patch-configure
new file mode 100644
index 00000000000..e0d7a462dc9
--- /dev/null
+++ b/wm/marco/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2018/02/08 16:50:22 jperkin Exp $
+
+Don't specify -ansi.
+
+--- configure.orig 2017-05-10 15:17:22.000000000 +0000
++++ configure
+@@ -16283,7 +16283,7 @@ fi
+
+ # Warnings are there for a reason
+ if test "x$GCC" = "xyes"; then
+- CFLAGS="$CFLAGS -Wall -ansi"
++ CFLAGS="$CFLAGS -Wall"
+ if test "x$enable_maintainer_mode" = "xyes"; then
+ CFLAGS="$CFLAGS"
+ fi