[Lunar-commits] <moonbase-other> aalib: properly escape aclocal definition

v4hn me at v4hn.de
Tue Aug 26 12:04:55 CEST 2014


commit 93ce4018d57ba37dd4499f47d20dce6dd44950ae
Author: v4hn <me at v4hn.de>
Date: Tue, 26 Aug 2014 11:59:39 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/93ce4018d57ba37dd4499f47d20dce6dd44950ae

aalib: properly escape aclocal definition
---
  graphics/aalib/BUILD     | +0/-4     
  graphics/aalib/PRE_BUILD | +3/-0     
  2 files changed, 3 insertions(+), 4 deletions(-)

--- a/graphics/aalib/BUILD
+++ b/graphics/aalib/BUILD
@@ -1,9 +1,5 @@
-(
-
   unset CC CXX                                      &&
 
   LDFLAGS=$(echo $LDFLAGS | sed "s/-z combreloc//") &&
 
   default_build
- 
-) > $C_FIFO 2>&1
--- /dev/null
+++ b/graphics/aalib/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+
+sedit 's/\(AM_PATH_AALIB\),/[\1],/' aalib.m4




More information about the Lunar-commits mailing list