mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
soup_session_send_request_async() error when running webkit based programs like midori. Also add a webkit-gtk3 port. Obtained from: gnome team repo
20 lines
687 B
Text
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 \
|