diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-04-10 22:27:39 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-04-10 22:27:39 +0000 |
| commit | 39184c2f89e0092237c9c36d5b24a1ee7f7b3697 (patch) | |
| tree | 6d3b65fa4a6a8113d064e8851515cc4f9294fe1d /www/mplayer-plugin/files/patch-configure | |
| parent | - Install forgotten library (diff) | |
Replace xulrunner with libxul.
Reviewed by: marcus
Diffstat (limited to 'www/mplayer-plugin/files/patch-configure')
| -rw-r--r-- | www/mplayer-plugin/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mplayer-plugin/files/patch-configure b/www/mplayer-plugin/files/patch-configure new file mode 100644 index 000000000000..6b1e401114dc --- /dev/null +++ b/www/mplayer-plugin/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-06-24 09:15:05.000000000 -0400 ++++ configure 2009-04-10 17:04:02.000000000 -0400 +@@ -3789,7 +3789,7 @@ + if test $succeeded = yes; then + MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir libxul`" + MOZILLA_HOME=`$PKG_CONFIG --variable=libdir libxul` +-GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir libxul` ++GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir libxul`/`$PKG_CONFIG --variable=includetype libxul` + + else + { echo "$as_me:$LINENO: WARNING: libxul not found" >&5 |
