diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-25 20:45:11 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-25 20:45:11 +0800 |
commit | 42e412f212daacda7f91cc7fdb6bc20d15996474 (patch) | |
tree | e2fea480c2765513b459bb4af188b7447fb8b302 /www/seamonkey | |
parent | 74c7f9af421232aaf850e4eeda41dbfce3fb0ae1 (diff) | |
download | freebsd-ports-gnome-42e412f212daacda7f91cc7fdb6bc20d15996474.tar.gz freebsd-ports-gnome-42e412f212daacda7f91cc7fdb6bc20d15996474.tar.zst freebsd-ports-gnome-42e412f212daacda7f91cc7fdb6bc20d15996474.zip |
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 >:-|
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/files/patch-directory::xpcom::base::src::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-directory::xpcom::base::src::Makefile.in b/www/seamonkey/files/patch-directory::xpcom::base::src::Makefile.in new file mode 100644 index 000000000000..d2ef636766de --- /dev/null +++ b/www/seamonkey/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) + |