diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-05 16:09:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-05 16:09:10 +0000 |
commit | 46624bab35a5a366cd7d000c1fb2da55c34472c7 (patch) | |
tree | 59a9a78c09977d81fff1cb5c16dc4913daf0ae2c /games-roguelike/slashem/files/0.0.7E7/gnome.configure | |
parent | Marked ppc stable for bug #146409. (diff) | |
download | historical-46624bab35a5a366cd7d000c1fb2da55c34472c7.tar.gz historical-46624bab35a5a366cd7d000c1fb2da55c34472c7.tar.bz2 historical-46624bab35a5a366cd7d000c1fb2da55c34472c7.zip |
Version bump to 772 and closing bug #103583.
Package-Manager: portage-2.1.2_pre1-r4
Diffstat (limited to 'games-roguelike/slashem/files/0.0.7E7/gnome.configure')
-rw-r--r-- | games-roguelike/slashem/files/0.0.7E7/gnome.configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games-roguelike/slashem/files/0.0.7E7/gnome.configure b/games-roguelike/slashem/files/0.0.7E7/gnome.configure new file mode 100644 index 000000000000..a3178b28d04f --- /dev/null +++ b/games-roguelike/slashem/files/0.0.7E7/gnome.configure @@ -0,0 +1,21 @@ +configure config_h $toplevel/include/config.h +BEGIN + define GNOME_GRAPHICS + undefine GTK_GRAPHICS +END + +configure src_Makefile $toplevel/src/Makefile +BEGIN + undefine WINGTKSRC + undefine WINGTKOBJ + undefine WINGTKLIB + define WINGNOMESRC + define WINGNOMEOBJ + define WINGNOMELIB +END + +configure Makefile $toplevel/Makefile +BEGIN + undefine CNF_SHARE_GTKND + define CNF_SHARE_GNOMEND +END |