summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-28 04:41:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-28 04:41:16 +0000
commit79fc0e62a1fb34f99473d2f3d4706985e7c93ad6 (patch)
tree28429b2911de18da3c1c6cec8c5f2e0fb038b52a /media-video/gxine/files
parentRekeyword ~ppc/~ppc64 wrt #397531 (diff)
downloadhistorical-79fc0e62a1fb34f99473d2f3d4706985e7c93ad6.tar.gz
historical-79fc0e62a1fb34f99473d2f3d4706985e7c93ad6.tar.bz2
historical-79fc0e62a1fb34f99473d2f3d4706985e7c93ad6.zip
punt old, not compatible with js185
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'media-video/gxine/files')
-rw-r--r--media-video/gxine/files/gxine-0.5.905-spidermonkey-update.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-video/gxine/files/gxine-0.5.905-spidermonkey-update.patch b/media-video/gxine/files/gxine-0.5.905-spidermonkey-update.patch
deleted file mode 100644
index 5a5acad9af77..000000000000
--- a/media-video/gxine/files/gxine-0.5.905-spidermonkey-update.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/m4/_js.m4 2011-01-02 10:54:36.821000001 -0600
-+++ b/m4/_js.m4 2011-01-02 10:55:45.368000001 -0600
-@@ -103,7 +103,7 @@
- # Failed...
-
- if test x"$JS_CFLAGS" = x; then
-- AC_MSG_ERROR([libjs not found])
-+ AC_MSG_ERROR([libmozjs not found])
- fi
- else
- saved_CFLAGS="$CFLAGS"
-@@ -118,10 +118,10 @@
- echo moz
- ;;
- esac`"
-- JS_LIBS="`spidermonkey_locate_lib([$JS_LIBS])`js"
-+ JS_LIBS="`spidermonkey_locate_lib([$JS_LIBS])`mozjs"
- AC_DEFINE(HAVE_LIBSMJS, 1, [Define if you have jsapi.h])
- ],
-- [AC_MSG_ERROR([libjs not found])],
-+ [AC_MSG_ERROR([libmozjs not found])],
- [#define XP_UNIX])
- CFLAGS="$saved_CFLAGS"
- fi