summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/nethack/files/3.4.3-GNOME-support.patch')
-rw-r--r--games-roguelike/nethack/files/3.4.3-GNOME-support.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-roguelike/nethack/files/3.4.3-GNOME-support.patch b/games-roguelike/nethack/files/3.4.3-GNOME-support.patch
deleted file mode 100644
index 3a18fae..0000000
--- a/games-roguelike/nethack/files/3.4.3-GNOME-support.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- include/config.h.orig 2003-06-21 21:06:38.000000000 -0400
-+++ include/config.h 2003-06-21 21:12:00.000000000 -0400
-@@ -48 +48 @@
--/* #define GNOME_GRAPHICS */ /* Gnome interface */
-+#define GNOME_GRAPHICS
-@@ -96 +95,0 @@
--# define USE_XPM /* Use XPM format for images (required) */
---- Makefile.orig 2003-06-21 21:06:38.000000000 -0400
-+++ Makefile 2003-06-21 21:13:02.000000000 -0400
-@@ -43 +43 @@
--VARDATND = x11tiles pet_mark.xbm rip.xpm
-+VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm
---- src/Makefile.orig 2003-06-21 21:06:38.000000000 -0400
-+++ src/Makefile 2003-06-21 21:17:33.000000000 -0400
-@@ -142 +142 @@
--GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome
-+GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-@@ -191 +191 @@
-- gnyesno.o gnworn.o tile.o
-+ gnyesno.o gnworn.o
-@@ -207,2 +207,2 @@
--WINSRC = $(WINTTYSRC) $(WINX11SRC)
--WINOBJ = $(WINTTYOBJ) $(WINX11OBJ)
-+WINSRC = $(WINTTYSRC) $(WINX11SRC) $(WINGNOMESRC)
-+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) $(WINGNOMEOBJ)
-@@ -248 +248 @@
--WINLIB = $(WINTTYLIB) $(WINX11LIB)
-+WINLIB = $(WINTTYLIB) $(WINX11LIB) $(WINGNOMELIB)