aboutsummaryrefslogtreecommitdiff
path: root/emulators/kcemu
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-02 00:55:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-02 00:55:12 +0000
commit527f5e316482af7c4229c614d900634d0e649142 (patch)
treed0b81c23bd592fcb8cd4a9a99753d9aca8d166d2 /emulators/kcemu
parent53911aa14045c362c7901e9756d5db856b4626b8 (diff)
downloadports-527f5e316482af7c4229c614d900634d0e649142.tar.gz
ports-527f5e316482af7c4229c614d900634d0e649142.zip
- Fix build
Disconnect a program which is not used by the port and which invokes compilation error from build. Note that Debian has a fix for this, however a person who understands what the utility does is needed to check the patch. Approved by: portmgr blanket MFH: 2014Q4
Notes
Notes: svn path=/head/; revision=373731
Diffstat (limited to 'emulators/kcemu')
-rw-r--r--emulators/kcemu/files/patch-src__util__Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/kcemu/files/patch-src__util__Makefile.in b/emulators/kcemu/files/patch-src__util__Makefile.in
new file mode 100644
index 000000000000..6216048ce272
--- /dev/null
+++ b/emulators/kcemu/files/patch-src__util__Makefile.in
@@ -0,0 +1,11 @@
+--- src/util/Makefile.in.orig 2010-03-07 22:51:36.000000000 +0300
++++ src/util/Makefile.in 2014-12-02 02:55:33.000000000 +0300
+@@ -41,7 +41,7 @@
+ tape-check$(EXEEXT) tape-check-bc$(EXEEXT) tape-merge$(EXEEXT) \
+ tape-test$(EXEEXT) tape-basicode$(EXEEXT) tape-split$(EXEEXT) \
+ tape-rename$(EXEEXT) basic-decode$(EXEEXT) make-font$(EXEEXT) \
+- tp-type$(EXEEXT) dump2txt$(EXEEXT) dump2img$(EXEEXT)
++ dump2txt$(EXEEXT) dump2img$(EXEEXT)
+ subdir = src/util
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4