diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-05 04:51:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-05 04:51:02 (GMT) |
commit | a3cd13c35dc4f9b2fa85855442e0ac01ba7f308e (patch) | |
tree | 6a4235416e00ab8aab4526d1540f928b61b7a7ea /abs/extra-testing/spidermonkey/header.patch | |
parent | 684a7deefc1909d5cea43dd69310acc2565def02 (diff) | |
download | linhes_pkgbuild-a3cd13c35dc4f9b2fa85855442e0ac01ba7f308e.zip linhes_pkgbuild-a3cd13c35dc4f9b2fa85855442e0ac01ba7f308e.tar.gz linhes_pkgbuild-a3cd13c35dc4f9b2fa85855442e0ac01ba7f308e.tar.bz2 |
spidermonkey: recompile with header.patch to fill in the missing headers
Diffstat (limited to 'abs/extra-testing/spidermonkey/header.patch')
-rw-r--r-- | abs/extra-testing/spidermonkey/header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra-testing/spidermonkey/header.patch b/abs/extra-testing/spidermonkey/header.patch new file mode 100644 index 0000000..b69caae --- /dev/null +++ b/abs/extra-testing/spidermonkey/header.patch @@ -0,0 +1,12 @@ +diff -aur js.orig/src/Makefile.ref js/src/Makefile.ref +--- js.orig/src/Makefile.ref 2008-07-18 21:05:37.154351682 +0800 ++++ js/src/Makefile.ref 2008-07-18 21:06:39.291061725 +0800 +@@ -188,6 +188,8 @@ + jsstr.h \ + jsxdrapi.h \ + jsxml.h \ ++ jsutil.h \ ++ jsprf.h \ + $(NULL) + + API_HFILES = \ |