freebsd-ports/www/webkit-gtk2/files/patch-GNUmakefile.in
Koop Mast 94eaa2a73f Switch from RUN_DEPEND on gobject-introspection to USE_GNOME=introspection:build
Use new LIB_DEPEND syntax, enable stage support.
Don't hardcode -lstdc++ to fix build on HEAD.
2013-10-03 10:57:26 +00:00

39 lines
1.4 KiB
Text

--- GNUmakefile.in.orig 2013-10-03 09:22:02.000000000 +0000
+++ GNUmakefile.in 2013-10-03 09:23:50.000000000 +0000
@@ -19060,8 +19060,7 @@
libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
$(WINMM_LIBS) \
-lm \
- -lpthread \
- -lstdc++
+ -lpthread
Programs_minidom_LDFLAGS = \
-no-install \
@@ -70033,7 +70032,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 \
@@ -70388,7 +70387,7 @@
@ENABLE_INTROSPECTION_TRUE@ --pkg=gobject-2.0 \
@ENABLE_INTROSPECTION_TRUE@ --pkg=gtk+-@GTK_API_VERSION@ \
@ENABLE_INTROSPECTION_TRUE@ --pkg=libsoup-2.4 \
-@ENABLE_INTROSPECTION_TRUE@ --pkg-export=webkitgtk-@WEBKITGTK_API_VERSION@ \
+@ENABLE_INTROSPECTION_TRUE@ --pkg-export=@WEBKITGTK_PC_NAME@-@WEBKITGTK_API_VERSION@ \
@ENABLE_INTROSPECTION_TRUE@ --output=$@ \
@ENABLE_INTROSPECTION_TRUE@ --add-include-path=$(WebKit) \
@ENABLE_INTROSPECTION_TRUE@ --add-include-path=$(top_builddir) \
@@ -70680,7 +70679,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 \