diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:51:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:51:25 +0000 |
commit | 2750aca9b987b9c67f3aff27b25fc8183e9ee2f3 (patch) | |
tree | d9962d0d12240eb894380083a2b5dea737e829eb /mail/thunderbird-devel/files/patch-sysnspr | |
parent | Don't build apm module on amd64/ia64, bump version. (diff) |
Add thunderbird-devel after a repocopy from ports/mail/thunderbird.
Thunderbird-devel represents work in progress towards Thunderbird 1.5.
See http://www.mozilla.org/products/thunderbird/releases/1.5.html for
more details.
Most of this work was done by ahze and mnag.
Diffstat (limited to 'mail/thunderbird-devel/files/patch-sysnspr')
-rw-r--r-- | mail/thunderbird-devel/files/patch-sysnspr | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/thunderbird-devel/files/patch-sysnspr b/mail/thunderbird-devel/files/patch-sysnspr deleted file mode 100644 index 19e2703b4b38..000000000000 --- a/mail/thunderbird-devel/files/patch-sysnspr +++ /dev/null @@ -1,21 +0,0 @@ ---- directory/c-sdk/ldap/include/Makefile.in.orig Sat Aug 20 02:15:05 2005 -+++ directory/c-sdk/ldap/include/Makefile.in Sat Aug 20 02:15:55 2005 -@@ -76,7 +76,6 @@ - $(INSTALL) $(INSTALLFLAGS) -m 644 $(HEADERS) $(INCLUDEDIR) - $(INSTALL) $(INSTALLFLAGS) -m 644 $(PRIVATEHEADERS) $(PRIVATEINCDIR) - rm -rf $(NSPRINCDIR)/* -- cp -r $(DIST)/$(OBJDIR_NAME)/include/nspr/* $(NSPRINCDIR) - - $(INCLUDEDIR): FORCE - $(NSINSTALL) -D $(INCLUDEDIR) ---- directory/c-sdk/ldap/libraries/libprldap/Makefile.in.orig Sat Aug 20 02:14:33 2005 -+++ directory/c-sdk/ldap/libraries/libprldap/Makefile.in Sat Aug 20 02:14:39 2005 -@@ -58,7 +58,7 @@ - - LOCAL_INCLUDES = -I$(PUBLIC)/nspr - INCLUDES += -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/include \ -- -I$(DIST)/include/nspr -+ $(shell nspr-config --cflags) - DEFINES += $(DEFS) - - PLATFORMCFLAGS = -DUSE_WAITPID -DNEEDPROTOS |