Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/python-hulahop/SOURCES/python-hulahop-0.4.9-sugar-hulahop-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to '0.84/platform/python-hulahop/SOURCES/python-hulahop-0.4.9-sugar-hulahop-configure.patch')
-rw-r--r--0.84/platform/python-hulahop/SOURCES/python-hulahop-0.4.9-sugar-hulahop-configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0.84/platform/python-hulahop/SOURCES/python-hulahop-0.4.9-sugar-hulahop-configure.patch b/0.84/platform/python-hulahop/SOURCES/python-hulahop-0.4.9-sugar-hulahop-configure.patch
new file mode 100644
index 0000000..10cfa02
--- /dev/null
+++ b/0.84/platform/python-hulahop/SOURCES/python-hulahop-0.4.9-sugar-hulahop-configure.patch
@@ -0,0 +1,11 @@
+--- hulahop-0.4.5/configure.ac.orig 2008-09-06 15:40:44.000000000 +0000
++++ hulahop-0.4.5/configure.ac 2008-12-18 21:17:41.000000000 +0000
+@@ -39,7 +40,7 @@
+ LIBXUL_DIR="`dirname $LIBXUL_SDK_DIR`/xulrunner-`$PKG_CONFIG --modversion libxul`"
+ LIBXUL_LIBS="$LIBXUL_LIBS -L$LIBXUL_DIR -lpyxpcom"
+
+-LIBXUL_CFLAGS=`$PKG_CONFIG --cflags --define-variable=includetype=unstable libxul`
++LIBXUL_CFLAGS="$LIBXUL_CFLAGS `$PKG_CONFIG --cflags --define-variable=includetype=unstable libxul`"
+
+ AC_SUBST([LIBXUL_CFLAGS])
+ AC_SUBST([LIBXUL_LIBS])