blob: 92d3e1d6e7437e5183231344c45f75ded38f732c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/a11y/Makefile.am gtkhtml-3.12.3/a11y/Makefile.am
--- gtkhtml-3.12.3.orig/a11y/Makefile.am 2007-01-29 04:51:00.000000000 -0500
+++ gtkhtml-3.12.3/a11y/Makefile.am 2008-03-04 19:56:35.000000000 -0500
@@ -2,7 +2,7 @@ END=
INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
-AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
+AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
noinst_LTLIBRARIES = libgtkhtml-a11y.la
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/a11y/Makefile.in gtkhtml-3.12.3/a11y/Makefile.in
--- gtkhtml-3.12.3.orig/a11y/Makefile.in 2007-01-29 10:12:48.000000000 -0500
+++ gtkhtml-3.12.3/a11y/Makefile.in 2008-03-04 19:56:38.000000000 -0500
@@ -251,7 +251,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
END =
INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
-AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
+AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
noinst_LTLIBRARIES = libgtkhtml-a11y.la
libgtkhtml_a11y_la_SOURCES = \
cell.h \
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/components/html-editor/Makefile.am gtkhtml-3.12.3/components/html-editor/Makefile.am
--- gtkhtml-3.12.3.orig/components/html-editor/Makefile.am 2007-01-29 04:50:53.000000000 -0500
+++ gtkhtml-3.12.3/components/html-editor/Makefile.am 2008-03-04 19:56:21.000000000 -0500
@@ -23,7 +23,6 @@ AM_CFLAGS = \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"\
-DGLADE_DATADIR=\"$(gladedir)\" \
-DGDK_DISABLE_DEPRECATED=1 \
- -DG_DISABLE_DEPRECATED=1 \
-DPREFIX=\""$(prefix)"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DDATADIR=\""$(datadir)"\" \
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/components/html-editor/Makefile.in gtkhtml-3.12.3/components/html-editor/Makefile.in
--- gtkhtml-3.12.3.orig/components/html-editor/Makefile.in 2007-01-29 10:12:49.000000000 -0500
+++ gtkhtml-3.12.3/components/html-editor/Makefile.in 2008-03-04 19:56:23.000000000 -0500
@@ -325,7 +325,6 @@ AM_CFLAGS = \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"\
-DGLADE_DATADIR=\"$(gladedir)\" \
-DGDK_DISABLE_DEPRECATED=1 \
- -DG_DISABLE_DEPRECATED=1 \
-DPREFIX=\""$(prefix)"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DDATADIR=\""$(datadir)"\" \
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/src/Makefile.am gtkhtml-3.12.3/src/Makefile.am
--- gtkhtml-3.12.3.orig/src/Makefile.am 2007-01-29 04:50:59.000000000 -0500
+++ gtkhtml-3.12.3/src/Makefile.am 2008-03-04 19:56:26.000000000 -0500
@@ -20,7 +20,6 @@ INCLUDES = \
AM_CFLAGS = \
-DGDK_DISABLE_DEPRECATED=1 \
- -DG_DISABLE_DEPRECATED=1 \
-DGNOME_DISABLE_DEPRECATED=1 \
-DPREFIX=\""$(prefix)"\" \
-DLIBDIR=\""$(datadir)"\" \
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/src/Makefile.in gtkhtml-3.12.3/src/Makefile.in
--- gtkhtml-3.12.3.orig/src/Makefile.in 2007-01-29 10:12:49.000000000 -0500
+++ gtkhtml-3.12.3/src/Makefile.in 2008-03-04 19:56:28.000000000 -0500
@@ -379,7 +379,6 @@ INCLUDES = \
AM_CFLAGS = \
-DGDK_DISABLE_DEPRECATED=1 \
- -DG_DISABLE_DEPRECATED=1 \
-DGNOME_DISABLE_DEPRECATED=1 \
-DPREFIX=\""$(prefix)"\" \
-DLIBDIR=\""$(datadir)"\" \
|