diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-10-28 07:33:58 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-10-28 07:33:58 +0000 |
commit | a0a9045009a8816019357b0b8b0b8bef31cd46c2 (patch) | |
tree | fba04d90c2a6df8b89e1e100e9e24a7060403ca5 | |
parent | Upgrade to 20011026. (diff) |
Prevent build from breaking when the user has incompatible version of
openldap installed at the time of build.
Obtained from: www/mozilla
Notes
Notes:
svn path=/head/; revision=49282
-rw-r--r-- | www/mozilla+ipv6/files/patch-directory::xpcom::base::src::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/mozilla+ipv6/files/patch-directory::xpcom::base::src::Makefile.in b/www/mozilla+ipv6/files/patch-directory::xpcom::base::src::Makefile.in new file mode 100644 index 000000000000..074aa8117576 --- /dev/null +++ b/www/mozilla+ipv6/files/patch-directory::xpcom::base::src::Makefile.in @@ -0,0 +1,13 @@ + +$FreeBSD: /tmp/pcvs/ports/www/mozilla+ipv6/files/Attic/patch-directory::xpcom::base::src::Makefile.in,v 1.1 2001-10-28 07:33:58 sumikawa Exp $ + +--- 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) + |