[Lunar-commits] <moonbase> librsvg: Fixing some header name changes.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Mar 31 18:39:06 CEST 2010
commit 966a5776a27ecf59ec4b2596a69a604ce0413fd0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Mar 31 12:39:06 2010 -0400
librsvg: Fixing some header name changes.
---
gnome2/desktop/librsvg/BUILD | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/gnome2/desktop/librsvg/BUILD b/gnome2/desktop/librsvg/BUILD
index 08f103a..ad6118c 100644
--- a/gnome2/desktop/librsvg/BUILD
+++ b/gnome2/desktop/librsvg/BUILD
@@ -1,5 +1,13 @@
(
+ sedit "s:uint16 *stype:uint16:g" moz-plugin/moz-plugin.c &&
+
+# The npapi.h and npupp.h have been moved and renamed to npfunctions.h.
+ sedit "s:npupp.h:npfunctions.h:g" moz-plugin/moz-plugin.c &&
+
+# So it will go in /opt/lunar/plugins.
+ sedit 's@$(libdir)/mozilla/plugins@/opt/lunar/plugins at g' moz-plugin/Makefile.in &&
+
./configure --prefix=/usr \
--build=$BUILD \
--sysconfdir=/etc/$MODULE \
@@ -11,7 +19,11 @@
--disable-gtk-doc \
$OPTS &&
- sedit 's@$(libdir)/mozilla/plugins@/opt/lunar/plugins at g' moz-plugin/Makefile &&
+# It insists on looking in stable, so lets force it.
+ for i in `ls -al */Makefile` ; do \
+ sedit "s:xulrunner-1.9.2/stable:xulrunner-1.9.2/:g" $i ; done &&
+
+# sedit "s:xulrunner-1.9.2/stable:xulrunner-1.9.2/:g" moz-plugin/Makefile &&
default_make
More information about the Lunar-commits
mailing list