[Lunar-commits] <moonbase-xorg> xmodmap: fix build with gcc 4.8

v4hn me at v4hn.de
Sat Apr 20 23:35:37 CEST 2013


commit b2cc0262ded594195b5e7e1e7c8d1d1ea1d0716a
Author: v4hn <me at v4hn.de>
Date: Sun, 14 Apr 2013 15:21:26 -0700
URL: https://github.com/lunar-linux/moonbase-xorg/commit/b2cc0262ded594195b5e7e1e7c8d1d1ea1d0716a

xmodmap: fix build with gcc 4.8
---
  app/xmodmap/BUILD | +4/-4     
  1 file changed, 4 insertions(+), 4 deletions(-)

--- a/app/xmodmap/BUILD
+++ b/app/xmodmap/BUILD
@@ -1,6 +1,6 @@
-(
-  . /etc/profile.d/x11r7.rc &&
+. /etc/profile.d/x11r7.rc &&
 
-  default_build
+# ignore implicit asprintf function
+sedit '/-Werror=implicit/d' configure &&
 
-) > $C_FIFO 2>&1
+default_build




More information about the Lunar-commits mailing list