# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../firefox/hotfix.patch # Copyright (C) 2011 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- Workaround strange Makefile bugs. - Rene Rebe --- mozilla-2.0/toolkit/library/Makefile.in.vanilla 2011-05-15 12:11:18.000000000 +0200 +++ mozilla-2.0/toolkit/library/Makefile.in 2011-05-15 12:11:23.000000000 +0200 @@ -293,3 +293,6 @@ DEFINES += -DENABLE_LAYOUTDEBUG endif endif + +# make[1]: *** No rule to make target `-lz', needed by `libxul.so'. Stop. +-lz: --- mozilla-2.0/browser/app/Makefile.in.vanilla 2011-05-15 16:18:56.000000000 +0200 +++ mozilla-2.0/browser/app/Makefile.in 2011-05-15 16:19:33.000000000 +0200 @@ -370,3 +370,6 @@ endif # cocoa endif # SKIP_COPY_XULRUNNER endif # LIBXUL_SDK + +#make[4]: *** No rule to make target `-lz', needed by `firefox-bin'. Stop. +-lz: