summaryrefslogtreecommitdiffstats
path: root/www/firefox3-devel/files/patch-libm
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-28 23:48:29 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-28 23:48:29 +0800
commit902dca2bec074ffa1e8e676eb6cb9d7997c958bd (patch)
tree7e79aedb67d7a2826ade92b5cf04038663688fb9 /www/firefox3-devel/files/patch-libm
parent54c0f8a7114df9a8808a3e1e902e152da3dc93d7 (diff)
downloadmarcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.gz
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.bz2
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.lz
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.xz
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.tar.zst
marcuscom-ports-902dca2bec074ffa1e8e676eb6cb9d7997c958bd.zip
- Add firefox 2.0a1
Please test! We might want to install bin/firefox as bin/firefox-devel and not conflict with www/firefox? git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5984 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox3-devel/files/patch-libm')
-rw-r--r--www/firefox3-devel/files/patch-libm25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/firefox3-devel/files/patch-libm b/www/firefox3-devel/files/patch-libm
new file mode 100644
index 000000000..7de64b2a5
--- /dev/null
+++ b/www/firefox3-devel/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