summaryrefslogtreecommitdiff
path: root/system-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system-libs.patch')
-rw-r--r--system-libs.patch34
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