diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 10:11:24 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 10:11:24 +0800 |
commit | 28c6a2c549e39f5711c6d34655fce97e6ee42ed0 (patch) | |
tree | cd550fe4620795a14fae78089733a1873dd6bca8 /www/firefox/files/patch-libm | |
parent | cd2ac34d3f442b629b92d86dced7e9cc2c7e9f62 (diff) | |
download | marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar.gz marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar.bz2 marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar.lz marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar.xz marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.tar.zst marcuscom-ports-28c6a2c549e39f5711c6d34655fce97e6ee42ed0.zip |
- Update to 1.5.0.1rc1
- Remove $FreeBSD$ tag from files in files/ .. it's annoying to always reset
them.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5601 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/files/patch-libm')
-rw-r--r-- | www/firefox/files/patch-libm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/firefox/files/patch-libm b/www/firefox/files/patch-libm new file mode 100644 index 000000000..7de64b2a5 --- /dev/null +++ b/www/firefox/files/patch-libm @@ -0,0 +1,25 @@ +--- 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 |