forked from pool/schismtracker
Jan Engelhardt
417fce5516
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=19
30 lines
970 B
Diff
30 lines
970 B
Diff
---
|
|
Makefile.am | 1 +
|
|
configure.ac | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
Index: schismtracker-20120105/Makefile.am
|
|
===================================================================
|
|
--- schismtracker-20120105.orig/Makefile.am
|
|
+++ schismtracker-20120105/Makefile.am
|
|
@@ -158,6 +158,7 @@ CLEANFILES = \
|
|
auto/helptext.c
|
|
|
|
auto/default-font.c: Makefile.am scripts/bin2h.sh scripts/build-font.sh $(fonts)
|
|
+ ${MKDIR_P} auto
|
|
sh $(srcdir)/scripts/build-font.sh $(srcdir) $(fonts) >$@
|
|
auto/helptext.c: Makefile.am scripts/genhelp.py $(helptexts)
|
|
$(PYTHON) $(srcdir)/scripts/genhelp.py $(srcdir) $(helptexts) >$@
|
|
Index: schismtracker-20120105/configure.ac
|
|
===================================================================
|
|
--- schismtracker-20120105.orig/configure.ac
|
|
+++ schismtracker-20120105/configure.ac
|
|
@@ -42,6 +42,7 @@ AC_PROG_CPP
|
|
AC_PROG_INSTALL
|
|
AC_PROG_LN_S
|
|
AC_PROG_CC_C99
|
|
+AC_PROG_MKDIR_P
|
|
|
|
dnl Windows poop
|
|
AC_CHECK_TOOL([WINDRES], [windres])
|