diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 17:34:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 17:34:21 +0000 |
commit | 60ff967a36a8212c89cda6f392e0701f69f31830 (patch) | |
tree | 76566f246241e30a99c00a22843609cd8d4d4823 /games-engines/frotz/files | |
parent | few cleanups, + forced -j1 during make (diff) | |
download | gentoo-2-60ff967a36a8212c89cda6f392e0701f69f31830.tar.gz gentoo-2-60ff967a36a8212c89cda6f392e0701f69f31830.tar.bz2 gentoo-2-60ff967a36a8212c89cda6f392e0701f69f31830.zip |
welcome to games-engines
Diffstat (limited to 'games-engines/frotz/files')
-rw-r--r-- | games-engines/frotz/files/digest-frotz-2.43 | 1 | ||||
-rw-r--r-- | games-engines/frotz/files/frotz-2.42-makefile.patch | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/games-engines/frotz/files/digest-frotz-2.43 b/games-engines/frotz/files/digest-frotz-2.43 new file mode 100644 index 000000000000..9207fcf8f40e --- /dev/null +++ b/games-engines/frotz/files/digest-frotz-2.43 @@ -0,0 +1 @@ +MD5 efe51879e012b92bb8d5f4a82e982677 frotz-2.43.tar.gz 160771 diff --git a/games-engines/frotz/files/frotz-2.42-makefile.patch b/games-engines/frotz/files/frotz-2.42-makefile.patch new file mode 100644 index 000000000000..d7c02d3d66d4 --- /dev/null +++ b/games-engines/frotz/files/frotz-2.42-makefile.patch @@ -0,0 +1,16 @@ +--- Makefile Fri Sep 20 07:49:13 2002 ++++ Makefile.new Fri Sep 20 07:49:00 2002 +@@ -36,11 +36,11 @@ + # Uncomment this if you have an OSS soundcard driver and want classical + # Infocom sound support. Currently this works only for Linux. + # +-#SOUND_DEFS = -DOSS_SOUND ++SOUND_DEFS = -DOSS_SOUND + + # Also uncomment this if you want sound through the OSS driver. + # +-#SOUND_LIB = -lossaudio ++SOUND_LIB = + + # This should point to the location of your curses.h or ncurses.h include + # file if your compiler doesn't know about it. |