updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / d4x / d4x-gtkurl.patch
blob3850a7c78fffc51ef14e63be57c5840a7d6858ce
1 diff -aur d4x-2.5.7.1/configure d4x-2.5.7.1/configure
2 --- d4x-2.5.7.1/configure 2006-04-12 18:48:29.000000000 +0200
3 +++ d4x-2.5.7.1/configure 2008-06-03 23:44:14.000000000 +0200
4 @@ -18396,12 +18396,6 @@
5 #define _REENTRANT
6 _ACEOF
9 -cat >>confdefs.h <<\_ACEOF
10 -#define GTK_DISABLE_DEPRECATED
11 -_ACEOF
14 cat >>confdefs.h <<\_ACEOF
15 #define _FILE_OFFSET_BITS 64
16 _ACEOF
17 diff -aur d4x-2.5.7.1/configure.ac d4x-2.5.7.1/configure.ac
18 --- d4x-2.5.7.1/configure.ac 2005-11-05 00:35:38.000000000 +0100
19 +++ d4x-2.5.7.1/configure.ac 2008-06-03 23:43:01.000000000 +0200
20 @@ -298,7 +298,6 @@
22 # Other needed defines
23 AC_DEFINE(_REENTRANT, , [Enable reenrant code of glibc])
24 -AC_DEFINE(GTK_DISABLE_DEPRECATED, , [Enable warnings about deprecated functions usage])
25 AC_DEFINE(_FILE_OFFSET_BITS, 64, [To support files over 2GB])
27 # Prepare all requiered flags
28 diff -aur d4x-2.5.7.1/main/addr.cc d4x-2.5.7.1/main/addr.cc
29 --- d4x-2.5.7.1/main/addr.cc 2006-04-05 20:19:36.000000000 +0200
30 +++ d4x-2.5.7.1/main/addr.cc 2008-06-03 23:42:00.000000000 +0200
31 @@ -181,7 +181,6 @@
32 file=path.substr(p+1);
33 path=path.substr(0,p);
35 - path=d4x::Path("/")/path;
37 if (!port)
38 port=get_port_by_proto(proto);
39 diff -aur d4x-2.5.7.1/main/face/list.cc d4x-2.5.7.1/main/face/list.cc
40 --- d4x-2.5.7.1/main/face/list.cc 2006-03-20 01:29:41.000000000 +0100
41 +++ d4x-2.5.7.1/main/face/list.cc 2008-06-03 23:42:18.000000000 +0200
42 @@ -8,7 +8,6 @@
43 * but WITHOUT ANY WARRANTY; without even the implied warranty of
44 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
46 -#define GTK_DISABLE_DEPRECATED
48 #include <stdio.h>
49 #include <gtk/gtk.h>