fix frotz not to strip binaries. patch courtesy Josh Goldsmith
authorMichael Lauer <mickey@vanille-media.de>
Tue, 3 Aug 2004 18:39:21 +0000 (18:39 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 3 Aug 2004 18:39:21 +0000 (18:39 +0000)
BKrev: 410fdbd9ri77TPsQ8oZrHIuQZcma-Q

frotz/files/Makefile.patch [new file with mode: 0644]
frotz/frotz_2.42.oe

diff --git a/frotz/files/Makefile.patch b/frotz/files/Makefile.patch
new file mode 100644 (file)
index 0000000..e69de29
index 04deb1a..a284962 100644 (file)
@@ -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 || :