[Lunar-commits] <moonbase> agg: Adding a sedit to fix the make, else it tanks on;

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Thu Apr 2 00:04:06 CEST 2009


commit 87db2c41409f7765bd31395a855d8511570b7245
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Apr 1 18:04:06 2009 -0400

    agg: Adding a sedit to fix the make, else it tanks on;
    
    libtool: link: require no space between `-L' and
    `libaggplatformX11_la-agg_platform_support.lo'
    make[4]: *** [libaggplatformX11.la] Error 1
    make[4]: Leaving directory `/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/
    agg-2.5+dfsg1-1/src/platform/
    
    blah blah.
---
 graphics/agg/BUILD |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/graphics/agg/BUILD b/graphics/agg/BUILD
index 9ac45c3..156c08a 100644
--- a/graphics/agg/BUILD
+++ b/graphics/agg/BUILD
@@ -1,5 +1,7 @@
 (
 
+  sedit "s:-L at x_libraries@::" src/platform/X11/Makefile.am
+
   chmod +x autogen.sh &&
 
   default_cvs_build


More information about the Lunar-commits mailing list