diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-30 05:46:12 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-30 05:46:12 +0800 |
commit | dff320e95e1d0a6aed0ec85efb495575ec0614b4 (patch) | |
tree | e1eb7ef4390eb0a4109fc8c2bf1e21c1ab33c3f4 /mail/thunderbird-devel/files/patch-libm | |
parent | c916094aec2d5c829e79b8ed901cacbe8e477c16 (diff) | |
download | marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.gz marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.zst marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.zip |
- Remove
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird-devel/files/patch-libm')
-rw-r--r-- | mail/thunderbird-devel/files/patch-libm | 25 |
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 7de64b2a5..000000000 --- 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 |