summaryrefslogtreecommitdiff
path: root/mail/thunderbird-devel/files/patch-libm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:51:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:51:25 +0000
commit2750aca9b987b9c67f3aff27b25fc8183e9ee2f3 (patch)
treed9962d0d12240eb894380083a2b5dea737e829eb /mail/thunderbird-devel/files/patch-libm
parentDon'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-libm')
-rw-r--r--mail/thunderbird-devel/files/patch-libm25
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/thunderbird-devel/files/patch-libm b/mail/thunderbird-devel/files/patch-libm
deleted file mode 100644
index 7de64b2a5068..000000000000
--- a/mail/thunderbird-devel/files/patch-libm
+++ /dev/null
@@ -1,25 +0,0 @@
---- js/src/Makefile.in Thu Aug 4 22:26:52 2005
-+++ js/src/Makefile.in Thu Aug 4 23:02:32 2005
-@@ -148,5 +148,4 @@
- endif
-
--FDLIBM_LIBRARY = fdlibm/$(LIB_PREFIX)fdm.$(LIB_SUFFIX)
- JSMATH_PRELINK = jsmathtemp.o
- JS_SAFE_ARENA = 1
-@@ -320,7 +319,4 @@
- endif
- @$(RM) -f $(JSMATH_PRELINK)
--else
--# Create dependency so we build fdlibm
--jsmath.o: $(FDLIBM_LIBRARY) Makefile.in
- endif
-
---- js/Makefile.in Sun Mar 23 14:36:00 2003
-+++ js/Makefile.in Thu Aug 4 23:08:06 2005
-@@ -46,5 +46,5 @@
- #
-
--DIRS = src/fdlibm src
-+DIRS = src
-
- include $(topsrcdir)/config/rules.mk