diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-18 00:12:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-18 00:12:41 -0700 |
commit | 998a996a46c591203193bc7826fc39515f4f94b7 (patch) | |
tree | 10d7d7475d4c74948aee508a0e152d8ac6144cd3 /system-libs.patch | |
download | palemoon-998a996a46c591203193bc7826fc39515f4f94b7.tar.xz |
Initial commit
Diffstat (limited to 'system-libs.patch')
-rw-r--r-- | system-libs.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/system-libs.patch b/system-libs.patch new file mode 100644 index 0000000..4c7ed24 --- /dev/null +++ b/system-libs.patch @@ -0,0 +1,34 @@ +--- a/old-configure.in ++++ b/old-configure.in +@@ -5503,31 +5503,0 @@ +-dnl ======================================================== +-dnl Directive 4 +-dnl ======================================================== +- +-DIRECTIVE4_LIST=" +-MOZ_OFFICIAL_BRANDING=$MOZ_OFFICIAL_BRANDING +-MOZ_BRANDING_DIRECTORY=$MOZ_BRANDING_DIRECTORY +-MC_BASILISK=$MC_BASILISK +-MC_PALEMOON=$MC_PALEMOON +-MOZ_EME=$MOZ_EME +-MOZ_WEBRTC=$MOZ_WEBRTC +-MOZ_SYSTEM_LIBEVENT=$MOZ_SYSTEM_LIBEVENT +-MOZ_SYSTEM_NSS=$MOZ_SYSTEM_NSS +-MOZ_SYSTEM_NSPR=$MOZ_SYSTEM_NSPR +-MOZ_SYSTEM_JPEG=$MOZ_SYSTEM_JPEG +-MOZ_SYSTEM_ZLIB=$MOZ_SYSTEM_ZLIB +-MOZ_SYSTEM_BZ2=$MOZ_SYSTEM_BZ2 +-MOZ_SYSTEM_PNG=$MOZ_SYSTEM_PNG +-MOZ_SYSTEM_LIBVPX=$MOZ_SYSTEM_LIBVPX +-MOZ_SYSTEM_SQLITE=$MOZ_SYSTEM_SQLITE +-MOZ_SYSTEM_JEMALLOC=$MOZ_SYSTEM_JEMALLOC" +- +-DIRECTIVE4=`$PYTHON $_topsrcdir/build/directive4.py $DIRECTIVE4_LIST` +- +-if test -n "$DIRECTIVE4"; then +- if test -n "$MC_PRIVATE_BUILD"; then +- AC_MSG_WARN([Private Build - The configuration you have chosen to use with official branding deviates from official build configuration. Your build is thus for personal and private use only and must not be (re)distributed - Please see: http://www.palemoon.org/redist.shtml]) +- else +- AC_MSG_ERROR([Branding Violation - Please see: http://www.palemoon.org/redist.shtml]) +- fi +-fi |