summaryrefslogtreecommitdiffstats
path: root/http/kazehakase/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'http/kazehakase/PRE_BUILD')
-rwxr-xr-xhttp/kazehakase/PRE_BUILD26
1 files changed, 24 insertions, 2 deletions
diff --git a/http/kazehakase/PRE_BUILD b/http/kazehakase/PRE_BUILD
index bb9fca7953..ebefc345ea 100755
--- a/http/kazehakase/PRE_BUILD
+++ b/http/kazehakase/PRE_BUILD
@@ -6,7 +6,6 @@ if [[ "${KZ_SCM}" == "y" ]]
then
NOCONFIGURE=1 ./autogen.sh
fi &&
-
#Temporarily commented out in case it reappeards
#if [[ "${KZ_SCM}" == "y" ]]
#then
@@ -14,4 +13,27 @@ fi &&
#fi
#patch to allow building with xulrunner 1.9.x
-patch -p1 < $SCRIPT_DIRECTORY/kazehakase-0.5.5-xulrunner19.patch
+# 47_ldflags-rpath \
+
+local dpatch
+for dpatch in webkit-uri \
+ 05_thumb_filename-typo \
+ 07_xulrunner_init-sanity-check \
+ 10_link-gcrypt \
+ 15_kz-embed-process-pkglibexecdir \
+ 25_url-if-no-smartbookmarks \
+ 30_xulrunner-1.9.1 \
+ 35_PATH_MAX \
+ 40_AM_PATH_GLIB \
+ 42_gtk_action_disconnect_proxy \
+ CVE-2007-1084 \
+ 43_AC_USE_SYSTEM_EXTENSIONS \
+ 45_link_gtk_libs \
+ 50_autoreconf \
+ 60_desktop-entry \
+ 90_xulrunner_1.9 \
+ 99_ltmain_as-needed \
+ fix_type ; do
+patch -p1 < $SPELL_DIRECTORY/$dpatch.dpatch || return 1
+done &&
+autoreconf -f