]> git.pld-linux.org Git - packages/gtk+.git/blob - gtk+-strip.patch
- [Gg]tk+ -> GTK+
[packages/gtk+.git] / gtk+-strip.patch
1 diff -urN gtk+-1.2.9.org/gdk/Makefile.am gtk+-1.2.9/gdk/Makefile.am
2 --- gtk+-1.2.9.org/gdk/Makefile.am      Sat Mar  3 15:05:45 2001
3 +++ gtk+-1.2.9/gdk/Makefile.am  Sat Mar  3 15:23:29 2001
4 @@ -41,7 +41,7 @@
5         gdktypes.h      \
6         gdkx.h          \
7  @STRIP_END@
8 -gdk_c_sources = @STRIP_BEGIN@ \
9 +gdk_c_sources = \
10         gdk.c           \
11         gdkcc.c         \
12         gdkcolor.c      \
13 @@ -72,8 +72,7 @@
14         MwmUtil.h       \
15         gxid_lib.h      \
16         gxid_proto.h    \
17 -        gxid_lib.c     \
18 -@STRIP_END@
19 +        gxid_lib.c
20  
21  #
22  # setup GDK sources and their dependancies
23 diff -urN gtk+-1.2.9.org/gtk/Makefile.am gtk+-1.2.9/gtk/Makefile.am
24 --- gtk+-1.2.9.org/gtk/Makefile.am      Sat Mar  3 15:05:45 2001
25 +++ gtk+-1.2.9/gtk/Makefile.am  Sat Mar  3 15:23:48 2001
26 @@ -154,7 +154,7 @@
27  gtk_private_h_sources = @STRIP_BEGIN@ \
28  @STRIP_END@
29  # GTK+ C sources to build the library from
30 -gtk_c_sources = @STRIP_BEGIN@ \
31 +gtk_c_sources = \
32         gtkaccelgroup.c         \
33         gtkaccellabel.c         \
34         gtkadjustment.c         \
35 @@ -262,8 +262,7 @@
36         gtkwidget.c             \
37         gtkwindow.c             \
38         fnmatch.c               \
39 -       fnmatch.h               \
40 -@STRIP_END@
41 +       fnmatch.h
42  # we use our own built_sources variable rules to avoid automake's
43  # BUILT_SOURCES oddities
44  # we generate frequently rebuild files piggyback on a stamp file, so sources
This page took 0.047036 seconds and 3 git commands to generate.