mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add a patch missed in the previous commit.
This commit is contained in:
parent
122e6d5ec5
commit
035e4e828a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52193
25
www/mozilla-devel/files/patch-Makefile.in
Normal file
25
www/mozilla-devel/files/patch-Makefile.in
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/12/25 21:00:23 1.1
|
||||
+++ Makefile.in 2001/12/26 06:40:16
|
||||
@@ -64,8 +64,7 @@
|
||||
DIRS = $(NSPRPUB_DIR) \
|
||||
$(tier_0_dirs) \
|
||||
$(tier_1_dirs) \
|
||||
- $(tier_9_dirs) \
|
||||
- $(NULL)
|
||||
+ $(tier_9_dirs)
|
||||
|
||||
ifdef MOZ_LDAP_XPCOM
|
||||
DIRS += directory/c-sdk/ldap
|
||||
@@ -81,7 +80,8 @@
|
||||
DIRS += $(tier_98_dirs)
|
||||
endif
|
||||
|
||||
-DIRS += $(tier_99_dirs)
|
||||
+DIRS += $(tier_99_dirs) \
|
||||
+ $(NULL)
|
||||
|
||||
#
|
||||
# tier 0 - base build config dirs
|
25
www/mozilla-vendor/files/patch-Makefile.in
Normal file
25
www/mozilla-vendor/files/patch-Makefile.in
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/12/25 21:00:23 1.1
|
||||
+++ Makefile.in 2001/12/26 06:40:16
|
||||
@@ -64,8 +64,7 @@
|
||||
DIRS = $(NSPRPUB_DIR) \
|
||||
$(tier_0_dirs) \
|
||||
$(tier_1_dirs) \
|
||||
- $(tier_9_dirs) \
|
||||
- $(NULL)
|
||||
+ $(tier_9_dirs)
|
||||
|
||||
ifdef MOZ_LDAP_XPCOM
|
||||
DIRS += directory/c-sdk/ldap
|
||||
@@ -81,7 +80,8 @@
|
||||
DIRS += $(tier_98_dirs)
|
||||
endif
|
||||
|
||||
-DIRS += $(tier_99_dirs)
|
||||
+DIRS += $(tier_99_dirs) \
|
||||
+ $(NULL)
|
||||
|
||||
#
|
||||
# tier 0 - base build config dirs
|
25
www/mozilla/files/patch-Makefile.in
Normal file
25
www/mozilla/files/patch-Makefile.in
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/12/25 21:00:23 1.1
|
||||
+++ Makefile.in 2001/12/26 06:40:16
|
||||
@@ -64,8 +64,7 @@
|
||||
DIRS = $(NSPRPUB_DIR) \
|
||||
$(tier_0_dirs) \
|
||||
$(tier_1_dirs) \
|
||||
- $(tier_9_dirs) \
|
||||
- $(NULL)
|
||||
+ $(tier_9_dirs)
|
||||
|
||||
ifdef MOZ_LDAP_XPCOM
|
||||
DIRS += directory/c-sdk/ldap
|
||||
@@ -81,7 +80,8 @@
|
||||
DIRS += $(tier_98_dirs)
|
||||
endif
|
||||
|
||||
-DIRS += $(tier_99_dirs)
|
||||
+DIRS += $(tier_99_dirs) \
|
||||
+ $(NULL)
|
||||
|
||||
#
|
||||
# tier 0 - base build config dirs
|
25
www/seamonkey/files/patch-Makefile.in
Normal file
25
www/seamonkey/files/patch-Makefile.in
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/12/25 21:00:23 1.1
|
||||
+++ Makefile.in 2001/12/26 06:40:16
|
||||
@@ -64,8 +64,7 @@
|
||||
DIRS = $(NSPRPUB_DIR) \
|
||||
$(tier_0_dirs) \
|
||||
$(tier_1_dirs) \
|
||||
- $(tier_9_dirs) \
|
||||
- $(NULL)
|
||||
+ $(tier_9_dirs)
|
||||
|
||||
ifdef MOZ_LDAP_XPCOM
|
||||
DIRS += directory/c-sdk/ldap
|
||||
@@ -81,7 +80,8 @@
|
||||
DIRS += $(tier_98_dirs)
|
||||
endif
|
||||
|
||||
-DIRS += $(tier_99_dirs)
|
||||
+DIRS += $(tier_99_dirs) \
|
||||
+ $(NULL)
|
||||
|
||||
#
|
||||
# tier 0 - base build config dirs
|
25
www/seamonkey2/files/patch-Makefile.in
Normal file
25
www/seamonkey2/files/patch-Makefile.in
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/12/25 21:00:23 1.1
|
||||
+++ Makefile.in 2001/12/26 06:40:16
|
||||
@@ -64,8 +64,7 @@
|
||||
DIRS = $(NSPRPUB_DIR) \
|
||||
$(tier_0_dirs) \
|
||||
$(tier_1_dirs) \
|
||||
- $(tier_9_dirs) \
|
||||
- $(NULL)
|
||||
+ $(tier_9_dirs)
|
||||
|
||||
ifdef MOZ_LDAP_XPCOM
|
||||
DIRS += directory/c-sdk/ldap
|
||||
@@ -81,7 +80,8 @@
|
||||
DIRS += $(tier_98_dirs)
|
||||
endif
|
||||
|
||||
-DIRS += $(tier_99_dirs)
|
||||
+DIRS += $(tier_99_dirs) \
|
||||
+ $(NULL)
|
||||
|
||||
#
|
||||
# tier 0 - base build config dirs
|
Loading…
Reference in New Issue
Block a user