From 2769f0eabcca687c1930f449b1136e79e1ce4bca Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 30 Nov 2005 00:52:24 +0000 Subject: - Add sunbird The Sunbird Project is a redesign of the Mozilla Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. WWW: http://www.mozilla.org/projects/calendar/sunbird.html Note: This is still in the beta stages and you will probably run in to a few bugs. --- deskutils/lightning/files/patch-libm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 deskutils/lightning/files/patch-libm (limited to 'deskutils/lightning/files/patch-libm') diff --git a/deskutils/lightning/files/patch-libm b/deskutils/lightning/files/patch-libm new file mode 100644 index 000000000000..7de64b2a5068 --- /dev/null +++ b/deskutils/lightning/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 -- cgit v1.2.3