[Lunar-commits] <moonbase-xorg> Merge pull request #111 from v4hn/luit-fixes

Auke Kok sofar+github at foo-projects.org
Sat Apr 20 23:35:22 CEST 2013


commit 75430777cc290daef66899a80044d923df39bd42
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Sat, 20 Apr 2013 14:35:19 -0700
URL: https://github.com/lunar-linux/moonbase-xorg/commit/75430777cc290daef66899a80044d923df39bd42

Merge pull request #111 from v4hn/luit-fixes

luit: fix BUILD with gcc 4.8
---
  app/luit/BUILD   | +4/-4     
  app/luit/DEPENDS | +1/-0     
  2 files changed, 5 insertions(+), 4 deletions(-)

--- a/app/luit/BUILD
+++ b/app/luit/BUILD
@@ -1,6 +1,6 @@
-(
-  . /etc/profile.d/x11r7.rc &&
+. /etc/profile.d/x11r7.rc &&
 
-  default_build
+# ignore implicit posix_openpt call
+sedit '/-Werror=implicit/d' configure &&
 
-) > $C_FIFO 2>&1
+default_build
--- a/app/luit/DEPENDS
+++ b/app/luit/DEPENDS
@@ -1 +1,2 @@
 depends xproto
+depends libfontenc




More information about the Lunar-commits mailing list