Author: megabajt                     Date: Tue Nov 11 13:38:36 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- readded; paths defined via AC_DEFINE_DIR are broken, for example:
  LIBDIR = $/usr/lib, GTK_BUILDERDIR = $/usr/share/gnome-applets/builder
  package is totally broken without this patch!

---- Files affected:
SOURCES:
   gnome-applets-m4_fix.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/gnome-applets-m4_fix.patch
diff -u /dev/null SOURCES/gnome-applets-m4_fix.patch:1.3
--- /dev/null   Tue Nov 11 14:38:37 2008
+++ SOURCES/gnome-applets-m4_fix.patch  Tue Nov 11 14:38:31 2008
@@ -0,0 +1,12 @@
+diff -aurN gnome-applets-2.10.0.orig/m4/ac-define-dir.m4 
gnome-applets-2.10.0/m4/ac-define-dir.m4
+--- gnome-applets-2.10.0.orig/m4/ac-define-dir.m4      2005-01-03 
19:19:27.000000000 +0100
++++ gnome-applets-2.10.0/m4/ac-define-dir.m4   2005-03-22 22:49:28.818378784 
+0100
+@@ -2,7 +2,7 @@
+ AC_DEFUN([AC_DEFINE_DIR], [
+   test "x$prefix" = xNONE && prefix="$ac_default_prefix"
+   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+-  ac_define_dir=`eval echo [$]$2`
++  ac_define_dir=`eval echo $2`
+   ac_define_dir=`eval echo [$]ac_define_dir`
+   $1="$ac_define_dir"
+   AC_SUBST($1)
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gnome-applets-m4_fix.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to