diff options
Diffstat (limited to 'dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch')
-rw-r--r-- | dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch b/dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch new file mode 100644 index 000000000000..335471b92e22 --- /dev/null +++ b/dev-php4/php-gtk/files/undef-gtk_shpaned_new.patch @@ -0,0 +1,15 @@ +--- ext/spaned/config.m4 30 Apr 2002 04:42:55 -0000 1.3 ++++ ext/spaned/config.m4 20 Jan 2006 13:55:46 -0000 1.3.6.1 +@@ -1,4 +1,4 @@ +-dnl $Id: config.m4,v 1.3 2002/04/30 04:42:55 andrei Exp $ ++dnl $Id: config.m4,v 1.3.6.1 2006/01/20 13:55:46 sfox Exp $ + dnl config.m4 for spaned module + + PHP_GTK_ARG_ENABLE(spaned,for GtkSPaned support, +@@ -8,5 +8,5 @@ + if test "$PHP_GTK_SPANED" != "no"; then + + AC_DEFINE(HAVE_SPANED,1,[spaned support]) +- PHP_GTK_EXTENSION(spaned, $php_gtk_ext_shared, php_spaned.c gtkspaned.c gtksvpaned.c, gen_spaned.c) ++ PHP_GTK_EXTENSION(spaned, $php_gtk_ext_shared, php_spaned.c gtkspaned.c gtkshpaned.c, gtksvpaned.c, gen_spaned.c) + fi |