Author: aflinta Date: Sat Sep 10 19:45:35 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - fixed idl direcotry detection
---- Files affected: SOURCES: totem-idl.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/totem-idl.patch diff -u /dev/null SOURCES/totem-idl.patch:1.1 --- /dev/null Sat Sep 10 21:45:35 2005 +++ SOURCES/totem-idl.patch Sat Sep 10 21:45:30 2005 @@ -0,0 +1,14 @@ +diff -urN totem-1.2.0.orig/configure.in totem-1.2.0/configure.in +--- totem-1.2.0.orig/configure.in 2005-09-10 21:27:49.077593632 +0200 ++++ totem-1.2.0/configure.in 2005-09-10 21:28:11.370204640 +0200 +@@ -277,10 +277,6 @@ + if test "x$ENABLE_MOZILLA" = "xyes" ; then + dnl This only works on gecko 1.8 + MOZILLA_IDLDIR="`$PKG_CONFIG --variable=idldir $MOZILLA-xpcom`" +- dnl Fallback for older versions +- if test "x$MOZILLA_IDLDIR" = "x"; then +- MOZILLA_IDLDIR="`echo $MOZILLA_LIBDIR | sed -e s!lib!share/idl!`" +- fi + dnl Some distributions (Gentoo) have it in unusual places + if test "x$MOZILLA_IDLDIR" = "x"; then + MOZILLA_IDLDIR="$MOZILLA_INCLUDE_ROOT/idl" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
