aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-02 08:55:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-02 08:55:12 +0800
commit786750681c4ca3dbd57aab00f2c5fcc99649b77d (patch)
treed0b81c23bd592fcb8cd4a9a99753d9aca8d166d2 /emulators
parent9e98f2190b479d88e6b855e6284c097a2b269491 (diff)
downloadfreebsd-ports-gnome-786750681c4ca3dbd57aab00f2c5fcc99649b77d.tar.gz
freebsd-ports-gnome-786750681c4ca3dbd57aab00f2c5fcc99649b77d.tar.zst
freebsd-ports-gnome-786750681c4ca3dbd57aab00f2c5fcc99649b77d.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
Diffstat (limited to 'emulators')
-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