diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-23 19:42:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-23 19:42:44 +0800 |
commit | 256c92e7ebe63fdf79536c9ac0138f775cd50650 (patch) | |
tree | 068bc19b04fcea344d7de4f96618588391924817 /www/xulrunner/files/patch-libm | |
parent | 2c95d4d0e4521292cf566c222aff97edffd0a944 (diff) | |
download | marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.gz marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.zst marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.zip |
- Add xulrunner
Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
that are as rich as Firefox and Thunderbird. It will provide mechanisms for
installing, upgrading, and uninstalling these applications. XULRunner will
also provide libxul, a solution which allows the embedding of Mozilla
technologies in other projects and products.
WWW: http://developer.mozilla.org/en/docs/XULRunner
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5721 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/xulrunner/files/patch-libm')
-rw-r--r-- | www/xulrunner/files/patch-libm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/xulrunner/files/patch-libm b/www/xulrunner/files/patch-libm new file mode 100644 index 000000000..7de64b2a5 --- /dev/null +++ b/www/xulrunner/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 |