[Lunar-commits] <moonbase-xorg> luit: fix BUILD with gcc 4.8

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


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

luit: fix BUILD with gcc 4.8

... and add missing dependency
---
  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