73ded9d05e
- install plugins into a more appropriate directory (prodded by claudio@, done with help from martynas@) - fix mplayer zombie and firefox freeze when closing a movie, with mplayer still playing it. this makes mplayerplug-in work as it should've. from mikolaj kucharski, thanks!
40 lines
2.1 KiB
Plaintext
40 lines
2.1 KiB
Plaintext
$OpenBSD: patch-configure_in,v 1.2 2009/02/11 22:54:01 jasper Exp $
|
|
--- configure.in.orig Tue Jun 24 14:12:43 2008
|
|
+++ configure.in Wed Jul 23 16:10:56 2008
|
|
@@ -53,25 +53,7 @@ if test "$use_rpath" = "yes"; then
|
|
fi
|
|
|
|
],[
|
|
- AC_MSG_NOTICE([Determining mozilla/firefox packages to build against])
|
|
- PKG_CHECK_MODULES(MOZPLUG,[mozilla-plugin mozilla-xpcom],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir mozilla-plugin`"
|
|
-MOZILLA_HOME=`$PKG_CONFIG --variable=libdir mozilla-plugin`
|
|
-GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir mozilla-xpcom`
|
|
-],[AC_MSG_WARN([mozilla-plugin not found])])
|
|
-
|
|
if test "$MOZPLUG_CFLAGS" = ""; then
|
|
- PKG_CHECK_MODULES(MOZPLUG,[firefox-plugin firefox-xpcom],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir firefox-plugin`"
|
|
-MOZILLA_HOME=`$PKG_CONFIG --variable=libdir firefox-plugin`
|
|
-GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir firefox-xpcom`
|
|
-],[AC_MSG_WARN([firefox-plugin not found])])
|
|
- fi
|
|
- if test "$MOZPLUG_CFLAGS" = ""; then
|
|
- PKG_CHECK_MODULES(MOZPLUG,[seamonkey-plugin seamonkey-xpcom],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir seamonkey-plugin`"
|
|
-MOZILLA_HOME=`$PKG_CONFIG --variable=libdir seamonkey-plugin`
|
|
-GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir seamonkey-xpcom`
|
|
-],[AC_MSG_WARN([seamonkey-plugin not found])])
|
|
- fi
|
|
- if test "$MOZPLUG_CFLAGS" = ""; then
|
|
PKG_CHECK_MODULES(MOZPLUG,[xulrunner-plugin xulrunner-xpcom],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir xulrunner-plugin`"
|
|
MOZILLA_HOME=`$PKG_CONFIG --variable=libdir xulrunner-plugin`
|
|
GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir xulrunner-xpcom`
|
|
@@ -212,8 +194,7 @@ AC_TYPE_SIZE_T
|
|
AC_FUNC_MALLOC
|
|
AC_FUNC_FORK
|
|
AC_CHECK_FUNCS([memset strcasecmp strchr strdup strncasecmp strstr strrchr snprintf mkfifo dup2 gettimeofday strerror strtol mkdir setlocale])
|
|
-#AC_REPLACE_FUNCS([memmem strlcpy strlcat])
|
|
-AC_REPLACE_FUNCS([memmem])
|
|
+AC_REPLACE_FUNCS([memmem strlcpy strlcat])
|
|
|
|
LDFLAGS="$LDFLAGS $INTLLIBS"
|
|
LOCALEDIR=/share/locale
|