pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-plugin Use xulrunner192, not compat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b4d51553e9f
branches:  trunk
changeset: 597371:4b4d51553e9f
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Dec 21 12:03:24 2011 +0000

description:
Use xulrunner192, not compatible with xulrunner-8 header files.

diffstat:

 multimedia/mplayer-plugin/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 3a8ed4d78268 -r 4b4d51553e9f multimedia/mplayer-plugin/Makefile
--- a/multimedia/mplayer-plugin/Makefile        Wed Dec 21 11:58:41 2011 +0000
+++ b/multimedia/mplayer-plugin/Makefile        Wed Dec 21 12:03:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/11/01 06:02:13 sbd Exp $
+# $NetBSD: Makefile,v 1.12 2011/12/21 12:03:24 obache Exp $
 #
 
 DISTNAME=              mplayerplug-in-3.55
@@ -25,7 +25,7 @@
 CONFIGURE_ARGS+=       --enable-gmp
 CONFIGURE_ARGS+=       --enable-dvx
 CONFIGURE_ARGS+=       --disable-gtk1
-CONFIGURE_ENV+=                ac_cv_path_GECKO_XPIDL=${PREFIX}/lib/xulrunner/xpidl
+CONFIGURE_ENV+=                ac_cv_path_GECKO_XPIDL=${BUILDLINK_PREFIX.xulrunner192}/lib/xulrunner192/xpidl
 
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      post-patch
@@ -48,8 +48,8 @@
        ${INSTALL_LIB} ${WRKSRC}/*.so   ${DESTDIR}${PREFIX}/lib/netscape/plugins
        ${INSTALL_DATA} ${WRKSRC}/*.xpt ${DESTDIR}${PREFIX}/lib/netscape/plugins
 
-BUILDLINK_DEPMETHOD.xulrunner= build
-.include "../../devel/xulrunner/buildlink3.mk"
+BUILDLINK_DEPMETHOD.xulrunner192=      build
+.include "../../devel/xulrunner192/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index