Author: jbeich Date: Fri Sep 5 18:19:04 2014 New Revision: 1689 Log: unbreak build with gcc
Modified: branches/firefox32/www/seamonkey/files/patch-bug702179 trunk/www/seamonkey/files/patch-bug702179 Modified: branches/firefox32/www/seamonkey/files/patch-bug702179 ============================================================================== --- branches/firefox32/www/seamonkey/files/patch-bug702179 Fri Sep 5 15:45:43 2014 (r1688) +++ branches/firefox32/www/seamonkey/files/patch-bug702179 Fri Sep 5 18:19:04 2014 (r1689) @@ -34,3 +34,15 @@ ifdef JS_STANDALONE SHARED_LIBRARY_LIBS += $(call EXPAND_LIBNAME_PATH,mfbt,$(DEPTH)/mfbt) ifndef MOZ_NATIVE_ZLIB +diff --git suite/build/Makefile.in suite/build/Makefile.in +index e28160a..28ca5e8 100644 +--- suite/build/Makefile.in ++++ suite/build/Makefile.in +@@ -28,6 +28,7 @@ EXTRA_DSO_LDOPTS += \ + $(LIBS_DIR) \ + $(call EXPAND_LIBNAME_PATH,unicharutil_external_s,$(LIBXUL_DIST)/lib) \ + $(MOZ_JS_LIBS) \ ++ $(MOZ_ZLIB_LIBS) \ + $(XPCOM_STATICRUNTIME_GLUE_LDOPTS) \ + $(MOZ_COMPONENT_LIBS) \ + $(TK_LIBS) \ Modified: trunk/www/seamonkey/files/patch-bug702179 ============================================================================== --- trunk/www/seamonkey/files/patch-bug702179 Fri Sep 5 15:45:43 2014 (r1688) +++ trunk/www/seamonkey/files/patch-bug702179 Fri Sep 5 18:19:04 2014 (r1689) @@ -34,3 +34,15 @@ ifdef JS_STANDALONE SHARED_LIBRARY_LIBS += $(call EXPAND_LIBNAME_PATH,mfbt,$(DEPTH)/mfbt) ifndef MOZ_NATIVE_ZLIB +diff --git suite/build/Makefile.in suite/build/Makefile.in +index e28160a..28ca5e8 100644 +--- suite/build/Makefile.in ++++ suite/build/Makefile.in +@@ -28,6 +28,7 @@ EXTRA_DSO_LDOPTS += \ + $(LIBS_DIR) \ + $(call EXPAND_LIBNAME_PATH,unicharutil_external_s,$(LIBXUL_DIST)/lib) \ + $(MOZ_JS_LIBS) \ ++ $(MOZ_ZLIB_LIBS) \ + $(XPCOM_STATICRUNTIME_GLUE_LDOPTS) \ + $(MOZ_COMPONENT_LIBS) \ + $(TK_LIBS) \ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
