diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 17:56:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 23:38:45 +0000 |
commit | 6898e5b44450c1c69205203bc8f9d1ee3f9b08d3 (patch) | |
tree | 10a299d0c236bea27f6936db10c37709e0debac5 /games-misc/bsd-games/files | |
parent | games-misc/bsd-games: add 2.17_p28 (diff) | |
download | gentoo-6898e5b44450c1c69205203bc8f9d1ee3f9b08d3.tar.gz gentoo-6898e5b44450c1c69205203bc8f9d1ee3f9b08d3.tar.bz2 gentoo-6898e5b44450c1c69205203bc8f9d1ee3f9b08d3.zip |
games-misc/bsd-games: add 3.1
This is a fork of bsd-games after many years. Thanks to the new maintainer
upstream for reaching out to us.
Closes: https://bugs.gentoo.org/732374
Bug: https://bugs.gentoo.org/537010
Bug: https://bugs.gentoo.org/715778
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc/bsd-games/files')
-rw-r--r-- | games-misc/bsd-games/files/bsd-games-3.1-no-install-manpages-automatically.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games-misc/bsd-games/files/bsd-games-3.1-no-install-manpages-automatically.patch b/games-misc/bsd-games/files/bsd-games-3.1-no-install-manpages-automatically.patch new file mode 100644 index 000000000000..46645e162a47 --- /dev/null +++ b/games-misc/bsd-games/files/bsd-games-3.1-no-install-manpages-automatically.patch @@ -0,0 +1,15 @@ +diff --git a/Makefile b/Makefile +index 9de05a8..e047213 100644 +--- a/Makefile ++++ b/Makefile +@@ -20,10 +20,6 @@ $O%.o: %.c + echo " Compiling $< to assembly ..." + ${CC} ${cflags} -S -o $@ -c $< + +-$O%.6.gz: %.6 +- echo " Compressing $@ ..." +- gzip -c9 $< > $@ +- + ################ Installation ########################################## + + ifdef bindir |