diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-26 18:22:32 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-26 18:22:32 +0800 |
commit | a008a6106f9fbdf4a179548c88aaa897a995b9ef (patch) | |
tree | 0464a213c6aeeb1165bd3bbdd7518de9379994a0 /www/mozilla | |
parent | 2b61969ce87bfd8c786df59a82e5e0364e11f11a (diff) | |
download | freebsd-ports-gnome-a008a6106f9fbdf4a179548c88aaa897a995b9ef.tar.gz freebsd-ports-gnome-a008a6106f9fbdf4a179548c88aaa897a995b9ef.tar.zst freebsd-ports-gnome-a008a6106f9fbdf4a179548c88aaa897a995b9ef.zip |
Add a patch missed in the previous commit.
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/files/patch-Makefile.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-Makefile.in b/www/mozilla/files/patch-Makefile.in new file mode 100644 index 000000000000..f65ae1be8d13 --- /dev/null +++ b/www/mozilla/files/patch-Makefile.in @@ -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 |