Magellan Linux

Contents of /trunk/beryl-dbus/patches/beryl-dbus-0.1.4-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 401 - (show annotations) (download)
Fri Nov 9 18:59:09 2007 UTC (16 years, 6 months ago) by niro
File size: 516 byte(s)
-multilib fixes

1 diff -Naur beryl-plugins-0.1.4/configure.ac beryl-plugins-0.1.4-magellan/configure.ac
2 --- beryl-plugins-0.1.4/configure.ac 2006-12-25 17:02:28.000000000 +0100
3 +++ beryl-plugins-0.1.4-magellan/configure.ac 2007-11-09 19:56:12.000000000 +0100
4 @@ -85,7 +85,7 @@
5 if test x"$PKG_CONFIG_PATH" = x; then
6 PKG_CONFIG_PATH=${prefix}/lib/pkgconfig
7 else
8 - PKG_CONFIG_PATH=${prefix}/lib/pkgconfig:${PKG_CONFIG_PATH}
9 + PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
10 fi
11 export PKG_CONFIG_PATH
12 AC_SUBST(PKG_CONFIG_PATH)