[Lunar-commits] <moonbase-xorg> Merge pull request #112 from v4hn/xmodmap
Auke Kok
sofar+github at foo-projects.org
Sat Apr 20 23:35:38 CEST 2013
commit 4b56883a0400413608a5f5a2b3a320cdf37505ec
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Sat, 20 Apr 2013 14:35:34 -0700
URL: https://github.com/lunar-linux/moonbase-xorg/commit/4b56883a0400413608a5f5a2b3a320cdf37505ec
Merge pull request #112 from v4hn/xmodmap
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