* [gentoo-commits] gentoo-x86 commit in media-video/gpac/files: gpac-0.4.5-spidermonkey-update.patch
@ 2011-01-10 16:22 Jory Pratt (anarchy)
0 siblings, 0 replies; 2+ messages in thread
From: Jory Pratt (anarchy) @ 2011-01-10 16:22 UTC (permalink / raw
To: gentoo-commits
anarchy 11/01/10 16:22:08
Added: gpac-0.4.5-spidermonkey-update.patch
Log:
Fix spidermonkey linkage, bug #350151 per ssuominen
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Revision Changes Path
1.1 media-video/gpac/files/gpac-0.4.5-spidermonkey-update.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/files/gpac-0.4.5-spidermonkey-update.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/files/gpac-0.4.5-spidermonkey-update.patch?rev=1.1&content-type=text/plain
Index: gpac-0.4.5-spidermonkey-update.patch
===================================================================
--- a/configure 2011-01-01 14:37:30.188000001 -0600
+++ b/configure 2011-01-01 14:40:30.409000001 -0600
@@ -491,6 +491,13 @@
has_js="system"
js_lib="-lmozjs"
else
+#gentoo spidermonkey (mozjs)
+js_flags="-DXP_UNIX -I/usr/include/js"
+js_inc="/usr/include/js"
+if $cc -o $TMPO $TMPC $js_flags -lmozjs 2> /dev/null ; then
+has_js="system"
+js_lib="-lmozjs"
+else
#try local
js_inc="$local_inc/js"
js_flags="-DXP_UNIX -I$local_inc/js"
@@ -499,6 +506,7 @@
fi
fi
fi
+fi
fi
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/gpac/files: gpac-0.4.5-spidermonkey-update.patch
@ 2011-02-16 22:55 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2011-02-16 22:55 UTC (permalink / raw
To: gentoo-commits
aballier 11/02/16 22:55:47
Removed: gpac-0.4.5-spidermonkey-update.patch
Log:
merge spidermonkey patch in the tarball and fix build with libpng1.5
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-16 22:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 22:55 [gentoo-commits] gentoo-x86 commit in media-video/gpac/files: gpac-0.4.5-spidermonkey-update.patch Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2011-01-10 16:22 Jory Pratt (anarchy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox