mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/ Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f MFH: 2016Q2
13 lines
461 B
Text
13 lines
461 B
Text
--- mozilla/js/src/moz.build.orig 2015-12-16 12:32:04.574425000 +0100
|
|
+++ mozilla/js/src/moz.build 2015-12-16 12:32:09.032032000 +0100
|
|
@@ -671,10 +671,6 @@ CFLAGS += CONFIG['MOZ_ICU_CFLAGS']
|
|
CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS']
|
|
LOCAL_INCLUDES += CONFIG['MOZ_ICU_INCLUDES']
|
|
|
|
-NO_EXPAND_LIBS = True
|
|
-
|
|
-DIST_INSTALL = True
|
|
-
|
|
# Prepare self-hosted JS code for embedding
|
|
GENERATED_FILES += ['selfhosted.out.h']
|
|
selfhosted = GENERATED_FILES['selfhosted.out.h']
|