--- /usr/portage/app-games/nethack/nethack-3.4.1.ebuild 2003-03-05 04:20:52.000000000 -0500 +++ /usr/local/portage/app-games/nethack/nethack-3.4.1.ebuild 2003-03-06 00:31:49.000000000 -0500 @@ -31,6 +31,7 @@ cd ${S} epatch ${FILESDIR}/${P}-errno.patch + epatch ${FILESDIR}/${P}-gnome.patch # This copies the /sys/unix Makefile.*s to their correct places for # seding and compiling. @@ -121,7 +122,7 @@ sed -e 's:^\(WINSRC = .*\):\1 $(WINGNOMESRC):' \ -e 's:^\(WINOBJ = .*\):\1 $(WINGNOMEOBJ):' \ -e 's:^\(WINLIB = .*\):\1 $(WINGNOMELIB):' \ - -e 's:\(.*gnyesno.o\) tile.o\(.*\):\1\2:' \ + -e 's:\(.*gnworn.o\) tile.o\(.*\):\1\2:' \ -e "s:^\(GNOMEINC=.*\):\1 `gnome-config --cflags gnomeui`:" \ Makefile.orig >Makefile || die "Patching src/Makefile for gnome failed" rm Makefile.orig