diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-03 18:39:21 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-03 18:39:21 +0000 |
commit | f740e4c3ffd267d165ef1fd2b3261e80f921113d (patch) | |
tree | 8895482f9e86321a6dde340e747b79342d0f36cd | |
parent | 2d23cd7954544c61b8e5cef52ad3bd86f19eaff1 (diff) |
fix frotz not to strip binaries. patch courtesy Josh Goldsmith
BKrev: 410fdbd9ri77TPsQ8oZrHIuQZcma-Q
-rw-r--r-- | frotz/files/Makefile.patch | 0 | ||||
-rw-r--r-- | frotz/frotz_2.42.oe | 8 |
2 files changed, 5 insertions, 3 deletions
diff --git a/frotz/files/Makefile.patch b/frotz/files/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/frotz/files/Makefile.patch 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 || : |