diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 20:45:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 20:45:19 +0000 |
commit | a3adfc2cf57b600a49a56665fa0155ad0158d27b (patch) | |
tree | 1ea6dcbe22c4b4abf85465cadfe6918215b38d85 /www/firefox35/files/patch-libm | |
parent | Chase another silent update: minor fixes in Bourne shell variables and help (diff) |
- Readd firefox-devel at version 2.0a1
- Add support for USE_GECKO=firefox-devel
- Fix pkg-deinstall to not remove MOZDIR/extensions
Notes
Notes:
svn path=/head/; revision=158397
Diffstat (limited to 'www/firefox35/files/patch-libm')
-rw-r--r-- | www/firefox35/files/patch-libm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/firefox35/files/patch-libm b/www/firefox35/files/patch-libm new file mode 100644 index 000000000000..7de64b2a5068 --- /dev/null +++ b/www/firefox35/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 |