--- misc/nss-3.13.5/mozilla/security/nss/Makefile 2008-12-03 00:24:39.000000000 +0100 +++ misc/build/nss-3.13.5/mozilla/security/nss/Makefile 2009-11-27 13:36:22.662753328 +0100 @@ -104,6 +104,9 @@ ifeq ($(OS_TARGET),WIN95) NSPR_CONFIGURE_OPTS += --enable-win32-target=WIN95 endif +ifdef MACOS_SDK_DIR +NSPR_CONFIGURE_OPTS += --with-macos-sdk=$(MACOS_SDK_DIR) +endif ifdef USE_DEBUG_RTL NSPR_CONFIGURE_OPTS += --enable-debug-rtl endif --- misc/nss-3.13.5/mozilla/nsprpub/configure +++ misc/build/nss-3.13.5/mozilla/nsprpub/configure @@ -3888,7 +3889,7 @@ fi DSO_CFLAGS=-fPIC - DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name @executable_path/$@ -headerpad_max_install_names' + DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name @__________________________________________________OOO/$@ -headerpad_max_install_names' _OPTIMIZE_FLAGS=-O2 MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' STRIP="$STRIP -x -S" --- misc/nss-3.13.5/mozilla/nsprpub/lib/ds/Makefile.in +++ misc/build/nss-3.13.5/mozilla/nsprpub/lib/ds/Makefile.in @@ -143,7 +143,7 @@ export:: $(TARGETS) $(INSTALL) -m 444 $(HEADERS) $(dist_includedir) - $(INSTALL) -m 444 $(TARGETS) $(dist_libdir) + $(INSTALL) -m 664 $(TARGETS) $(dist_libdir) ifdef SHARED_LIBRARY ifeq ($(OS_ARCH),HP-UX) $(INSTALL) -m 755 $(SHARED_LIBRARY) $(dist_libdir) --- misc/nss-3.13.5/mozilla/nsprpub/lib/libc/src/Makefile.in +++ misc/build/nss-3.13.5/mozilla/nsprpub/lib/libc/src/Makefile.in @@ -144,7 +144,7 @@ # export:: $(TARGETS) - $(INSTALL) -m 444 $(TARGETS) $(dist_libdir) + $(INSTALL) -m 664 $(TARGETS) $(dist_libdir) ifdef SHARED_LIBRARY ifeq ($(OS_ARCH),HP-UX) $(INSTALL) -m 755 $(SHARED_LIBRARY) $(dist_libdir) --- misc/nss-3.13.5/mozilla/nsprpub/pr/src/Makefile.in +++ misc/build/nss-3.13.5/mozilla/nsprpub/pr/src/Makefile.in @@ -365,7 +365,7 @@ # build:: $(TARGETS) - $(INSTALL) -m 444 $(TARGETS) $(dist_libdir) + $(INSTALL) -m 664 $(TARGETS) $(dist_libdir) ifdef SHARED_LIBRARY ifeq ($(OS_ARCH),HP-UX) $(INSTALL) -m 755 $(SHARED_LIBRARY) $(dist_libdir) --- misc/nss-3.13.5/mozilla/security/coreconf/Darwin.mk +++ misc/build/nss-3.13.5/mozilla/security/coreconf/Darwin.mk @@ -150,7 +150,7 @@ # May override this with different compatibility and current version numbers. DARWIN_DYLIB_VERSIONS = -compatibility_version 1 -current_version 1 # May override this with -bundle to create a loadable module. -DSO_LDOPTS = -dynamiclib $(DARWIN_DYLIB_VERSIONS) -install_name @executable_path/$(notdir $@) -headerpad_max_install_names +DSO_LDOPTS = -dynamiclib $(DARWIN_DYLIB_VERSIONS) -install_name @__________________________________________________OOO/$(notdir $@) -headerpad_max_install_names MKSHLIB = $(CC) $(DSO_LDOPTS) $(DARWIN_SDK_SHLIBFLAGS) DLL_SUFFIX = dylib --- misc/nss-3.13.5/mozilla/security/coreconf/rules.mk +++ misc/build/nss-3.13.5/mozilla/security/coreconf/rules.mk @@ -342,7 +342,7 @@ chmod +x $@ ifeq ($(OS_TARGET),Darwin) ifdef MAPFILE - nmedit -s $(MAPFILE) $@ + $(NMEDIT) -s $(MAPFILE) $@ endif endif endif tro/collabora/co-24.04.13 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unusedcode.exclude
AgeCommit message (Collapse)Author
2016-01-06unused SalGraphics::drawTransformedBitmap(Juergen Funk
basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) it used here http://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdicommon.cxx#669 and http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/gdiimpl.cxx#2305 Change-Id: Ia177e27fe1dcec0ca441547db0240fb3f62650a7 Reviewed-on: https://gerrit.libreoffice.org/21085 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-22unused code SvpSalFrame::enableDamageTracker(bool)Juergen Funk
used here http://opengrok.libreoffice.org/xref/core/vcl/android/androidinst.cxx#127 Change-Id: If1b0ff8ef4c585e4b36c4735d7928361fb41b238 Reviewed-on: https://gerrit.libreoffice.org/20885 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-20unused codeJuergen Funk
Primitive2dXmlDump::filterActionType(unsigned short, bool) Primitive2dXmlDump::filterAllActionTypes() used code OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&) at http://opengrok.libreoffice.org/xref/core/vcl/source/gdi/pdfwriter_impl.cxx#1388 tested under windows with enable-dbgutil Change-Id: Ife200e5851323dfcfe138f5c978d028513213295 Reviewed-on: https://gerrit.libreoffice.org/20781 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-10Add FontCharMap::GetDefaultMap(bool) to unusedcode.excludeJuergen Funk
This function ist uesed under windows here (only once) http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/salgdi3.cxx#1205 Change-Id: I03d48535d7ffd3bc148ccc637a7cc3cf94fceaeb Reviewed-on: https://gerrit.libreoffice.org/20458 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>