diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-15 12:52:14 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-15 12:52:14 +0200 |
commit | 8393b1d254856b11049acb185d19ee6af7e8cda0 (patch) | |
tree | 5ad3c1d7810557a2fc70e1235c76a309d80b0bae /base/gtk1/aclocal-fixes.patch | |
parent | 42f0cf570973b3ea64454135464c3642ffd2ded3 (diff) | |
download | nutyx-extra-8393b1d254856b11049acb185d19ee6af7e8cda0.tar.gz nutyx-extra-8393b1d254856b11049acb185d19ee6af7e8cda0.tar.bz2 nutyx-extra-8393b1d254856b11049acb185d19ee6af7e8cda0.tar.xz nutyx-extra-8393b1d254856b11049acb185d19ee6af7e8cda0.zip |
gtk1, maj pour la 64 bits
Diffstat (limited to 'base/gtk1/aclocal-fixes.patch')
-rw-r--r-- | base/gtk1/aclocal-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/gtk1/aclocal-fixes.patch b/base/gtk1/aclocal-fixes.patch new file mode 100644 index 000000000..dd2ffbd44 --- /dev/null +++ b/base/gtk1/aclocal-fixes.patch @@ -0,0 +1,11 @@ +--- gtk.m4.orig 2006-03-05 13:18:09.000000000 +0000 ++++ gtk.m4 2006-03-05 13:18:20.000000000 +0000 +@@ -4,7 +4,7 @@ + dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) + dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS + dnl +-AC_DEFUN(AM_PATH_GTK, ++AC_DEFUN([AM_PATH_GTK], + [dnl + dnl Get the cflags and libraries from the gtk-config script + dnl |