]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games-pixbuf_cflags.patch
- -sol R: guile >= 5:1.6.5, release 4
[packages/gnome-games.git] / gnome-games-pixbuf_cflags.patch
1 --- gnome-games-1.4.0.3/freecell/gdk-card-image/Makefile.am~    Sat Feb 20 22:02:30 1999
2 +++ gnome-games-1.4.0.3/freecell/gdk-card-image/Makefile.am     Sun Nov 25 09:41:46 2001
3 @@ -27,7 +27,7 @@
4  cardslotdir = $(datadir)/pixmaps/cards/slots/
5  cardslot_DATA = hand.png plain.png
6  
7 -INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR)
8 +INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) $(GDK_PIXBUF_CFLAGS)
9  
10  EXTRA_DIST = $(cardback_DATA) $(cardhonor_DATA) $(cardjoker_DATA) \
11         $(cardrank_DATA) $(cardsuitsmall_DATA) $(cardsuitlarge_DATA)\
12 --- gnome-games-1.4.0.3/gnome-stones/objects/Makefile.am~       Tue Nov 10 05:55:56 1998
13 +++ gnome-games-1.4.0.3/gnome-stones/objects/Makefile.am        Sun Nov 25 10:08:15 2001
14 @@ -6,7 +6,8 @@
15         -I$(GSTONES_SRC_DIR)                            \
16         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
17         -I$(includedir)                                 \
18 -       $(GNOME_INCLUDEDIR)
19 +       $(GNOME_INCLUDEDIR)                             \
20 +       $(GDK_PIXBUF_CFLAGS)
21  
22  object_LTLIBRARIES = libgnome-stones.la libgnomekoban.la
23  
This page took 0.036948 seconds and 3 git commands to generate.