summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-libm
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-11-30 00:44:58 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-11-30 00:44:58 +0000
commit58cfbc4b9735a4c19a93cc8055c120b53fb25e15 (patch)
tree05fe13423c54d74c05133f34bd3863dd69dc9443 /www/seamonkey/files/patch-libm
parent- Update to 2.1.9 (diff)
- Add seamonkey
This is the current release of the Seamonkey open source web browser. It should be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with the use of the FreeBSD native Java plug-in. This is the latest bleeding edge release. Beware that you'll probably find bugs here, so if you value stability, try www/mozilla. WWW: http://www.mozilla.org/projects/seamonkey/ Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=149984
Diffstat (limited to 'www/seamonkey/files/patch-libm')
-rw-r--r--www/seamonkey/files/patch-libm25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-libm b/www/seamonkey/files/patch-libm
new file mode 100644
index 000000000000..7de64b2a5068
--- /dev/null
+++ b/www/seamonkey/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