From f740e4c3ffd267d165ef1fd2b3261e80f921113d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 3 Aug 2004 18:39:21 +0000 Subject: fix frotz not to strip binaries. patch courtesy Josh Goldsmith BKrev: 410fdbd9ri77TPsQ8oZrHIuQZcma-Q --- frotz/files/Makefile.patch | 0 frotz/frotz_2.42.oe | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 frotz/files/Makefile.patch diff --git a/frotz/files/Makefile.patch b/frotz/files/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/frotz/frotz_2.42.oe b/frotz/frotz_2.42.oe index 04deb1ac47..a2849623e1 100644 --- a/frotz/frotz_2.42.oe +++ b/frotz/frotz_2.42.oe @@ -1,8 +1,10 @@ +DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." +HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" +SECTION = "console/games" DEPENDS = "ncurses" -DESCRIPTION = "Frotz is an interpreter for Infocom games \ -and other Z-machine games." -SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz" +SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \ + file://Makefile.patch;patch=1 " do_configure() { patch -N ${s}/ux_init.c < remove_root_restriction.patch || : -- cgit v1.2.3