pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/marco marco: Don't specify -ansi.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7b9434bbc3a
branches:  trunk
changeset: 375323:f7b9434bbc3a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Feb 08 16:50:22 2018 +0000

description:
marco: Don't specify -ansi.

diffstat:

 wm/marco/distinfo                |   3 ++-
 wm/marco/patches/patch-configure |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 8f657de03142 -r f7b9434bbc3a wm/marco/distinfo
--- a/wm/marco/distinfo Thu Feb 08 16:44:11 2018 +0000
+++ b/wm/marco/distinfo Thu Feb 08 16:50:22 2018 +0000
@@ -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 -r 8f657de03142 -r f7b9434bbc3a wm/marco/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/marco/patches/patch-configure  Thu Feb 08 16:50:22 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index