[packages/mate-applets: 190/311] - fixes path breakage

glen glen at pld-linux.org
Thu Dec 27 20:39:05 CET 2012


commit 0c86c00763e2c8ac593d031f6e862a02b905e4ea
Author: freetz <freetz at pld-linux.org>
Date:   Tue Mar 22 22:06:53 2005 +0000

    - fixes path breakage
    
    Changed files:
        gnome-applets-m4_fix.patch -> 1.1

 gnome-applets-m4_fix.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/gnome-applets-m4_fix.patch b/gnome-applets-m4_fix.patch
new file mode 100644
index 0000000..2933993
--- /dev/null
+++ b/gnome-applets-m4_fix.patch
@@ -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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/65c1b73f8721e2c1dd8f5b7d875df06b87ad8453



More information about the pld-cvs-commit mailing list