From owner-freebsd-gecko@FreeBSD.ORG Fri Sep 5 18:19:13 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7E72411 for ; Fri, 5 Sep 2014 18:19:13 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40E8A1A58 for ; Fri, 5 Sep 2014 18:19:12 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s85IJ9WD014277 for ; Fri, 5 Sep 2014 18:19:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s85IJ4Uf013855 for freebsd-gecko@freebsd.org; Fri, 5 Sep 2014 18:19:04 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 5 Sep 2014 18:19:04 GMT Message-Id: <201409051819.s85IJ4Uf013855@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1689 - branches/firefox32/www/seamonkey/files trunk/www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 18:19:13 -0000 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) \