diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-25 12:45:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-25 12:45:11 +0000 |
commit | 3fb016dbb10f0fa74b3b55961fdd705df926c5db (patch) | |
tree | bd27f32cbea240a3e9f7567ba1e93267a41ec6ed /www/mozilla-vendor/files | |
parent | Upgrade to 3.5. (diff) |
Prevent build from breaking when the user has incompatible version of
openldap installed at the time of build.
Reported by: huge number of angry users >:-|
Notes
Notes:
svn path=/head/; revision=49190
Diffstat (limited to 'www/mozilla-vendor/files')
-rw-r--r-- | www/mozilla-vendor/files/patch-directory::xpcom::base::src::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/mozilla-vendor/files/patch-directory::xpcom::base::src::Makefile.in b/www/mozilla-vendor/files/patch-directory::xpcom::base::src::Makefile.in new file mode 100644 index 000000000000..d2ef636766de --- /dev/null +++ b/www/mozilla-vendor/files/patch-directory::xpcom::base::src::Makefile.in @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- directory/xpcom/base/src/Makefile.in.orig Thu Sep 20 15:30:57 2001 ++++ directory/xpcom/base/src/Makefile.in Thu Oct 25 15:37:03 2001 +@@ -80,6 +80,5 @@ + + include $(topsrcdir)/config/rules.mk + +-CFLAGS += $(LDAP_CFLAGS) +-CXXFLAGS += $(LDAP_CFLAGS) ++DEFINES += $(LDAP_CFLAGS) + |