diff options
Diffstat (limited to 'comms/tilp2/files/patch-src_filesel.c')
-rw-r--r-- | comms/tilp2/files/patch-src_filesel.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/tilp2/files/patch-src_filesel.c b/comms/tilp2/files/patch-src_filesel.c new file mode 100644 index 000000000000..e2875849ded0 --- /dev/null +++ b/comms/tilp2/files/patch-src_filesel.c @@ -0,0 +1,10 @@ +--- src/filesel.c.orig 2007-10-24 09:06:41.542878494 -0400 ++++ src/filesel.c 2007-10-24 09:06:56.125704803 -0400 +@@ -36,6 +36,7 @@ + # include <config.h> + #endif /* */ + ++#undef GTK_DISABLE_DEPRECATED + #include <stdio.h> + #include <stdlib.h> + #include <gtk/gtk.h> |