52fbdd0ce2
1.0.20: Changes: ocp.ini did not include support for .YM files as expected. Two other minor tweaks were done. 1.0.19: Changes: Multiple crash bugs were fixed. Support for YM files via STYMulator was added. 24-bit SDL/X11 output should now work (which is needed if ran inside QEMU). PTM and Adplug files should now load and play correctly on big-endian systems. Several other minor tweaks were made.
12 lines
386 B
Text
12 lines
386 B
Text
$NetBSD: patch-ab,v 1.3 2010/06/05 14:45:01 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2010-05-17 09:55:17.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -60,7 +60,6 @@ endif
|
|
ifeq ($(HAVE_X11),1)
|
|
$(CP) ocp-x11 "$(DESTDIR)$(BINDIR)/ocp-x11"
|
|
endif
|
|
- $(CP) ultrafix.sh "$(DESTDIR)$(BINDIR)/ultrafix.sh"
|
|
mkdir -p "$(DESTDIR)$(ULTRADIR)"
|
|
$(MAKE) -C doc DESTDIR="$(DESTDIR)" install TOPDIR="../$(TOPDIR)"
|
|
|