summaryrefslogtreecommitdiff
path: root/games/hengband/patches/patch-lib_xtra_graf_Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'games/hengband/patches/patch-lib_xtra_graf_Makefile.am')
-rw-r--r--games/hengband/patches/patch-lib_xtra_graf_Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/hengband/patches/patch-lib_xtra_graf_Makefile.am b/games/hengband/patches/patch-lib_xtra_graf_Makefile.am
new file mode 100644
index 00000000000..688db2fcca6
--- /dev/null
+++ b/games/hengband/patches/patch-lib_xtra_graf_Makefile.am
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_xtra_graf_Makefile.am,v 1.1 2020/01/24 13:33:33 pho Exp $
+
+Install 16x16 tile set too.
+
+--- lib/xtra/graf/Makefile.am.orig 2020-01-23 17:09:20.857756573 +0000
++++ lib/xtra/graf/Makefile.am
+@@ -1,7 +1,7 @@
+ ## Makefile.am -- Process this file with automake to process Makefile.in
+
+ angband_files = \
+- 8x8.bmp
++ 8x8.bmp 16x16.bmp mask.bmp
+
+ EXTRA_DIST = \
+ $(angband_files)