diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-10 07:02:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-10 07:02:47 +0000 |
commit | fa815812c538427b0274a190218111c407a3a552 (patch) | |
tree | 5f11fef905fd73441db63521a57d756f32a4d6f4 /www/firefox-esr/files/patch-libm | |
parent | - Update to 0.730 (diff) |
Temporarily roll firefox back to 1.5.0.8 so that we can tag this security
fix release for 6.2.
Approved by: secteam
portmgr
Diffstat (limited to 'www/firefox-esr/files/patch-libm')
-rw-r--r-- | www/firefox-esr/files/patch-libm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-libm b/www/firefox-esr/files/patch-libm index d9295c9068d4..7de64b2a5068 100644 --- a/www/firefox-esr/files/patch-libm +++ b/www/firefox-esr/files/patch-libm @@ -1,3 +1,19 @@ +--- 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 @@ |