ports/www/webkit-gtk2/files/patch-GNUmakefile.in
Koop Mast 1ed005506f Update the webkit-gtk2 port to 1.8.3. This should fix the
soup_session_send_request_async() error when running webkit based programs like
midori. Also add a webkit-gtk3 port.

Obtained from:	gnome team repo
2013-03-13 07:59:13 +00:00

20 lines
687 B
Text

--- GNUmakefile.in.orig 2012-07-13 11:41:16.000000000 +0200
+++ GNUmakefile.in 2012-07-13 11:46:05.000000000 +0200
@@ -73545,7 +73545,7 @@
info-am:
-install-data-am: install-audioDATA install-data-local \
+install-data-am: install-audioDATA po-install-data-local \
install-dist_audioDATA install-dist_resourcesDATA \
install-dist_webinspectorDATA \
install-dist_webinspectorimagesDATA \
@@ -74192,7 +74192,7 @@
echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
exit 1
-po-install-data-local: all
+po-install-data-local:
$(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(MOFILES)'; \
for cat in $$catalogs; do \