mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
5e847efe5f
- Compatible with FFmpeg 3.x - Language packs are BROKEN until release announcement Changes: http://www.seamonkey-project.org/news MFH: 2016Q4 Security: 4f00dac0-1e18-4481-95af-7aaad63fd303 Security: 2225c5b4-1e5a-44fc-9920-b3201c384a15 Security: 1bcfd963-e483-41b8-ab8e-bad5c3ce49c9 Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f Security: 8065d37b-8e7c-4707-a608-1b0a2b8509c3 Security: aa1aefe3-6e37-47db-bfda-343ef4acb1b5 Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964 Security: 18f39fb6-7400-4063-acaf-0806e92c094f
14 lines
461 B
Plaintext
14 lines
461 B
Plaintext
--- 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']
|