1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/emulators/ucon64/files/patch-ucon64.c
Steven Kreuzer a6e23b2240 uCON64 is the video game backup tool and emulator Swiss Army knife program.
It supports almost every system (Consoles, Handheld, and Arcade) with very
verbose ROM information, ROM and SRAM convertion to various backup tool
formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT
files, and more.

WWW:    http://ucon64.sourceforge.net/

PR:		ports/177042
Submitted by:	Nicole Reid <nicole@cooltrainer.org>
2013-07-10 14:42:21 +00:00

22 lines
568 B
C

--- ucon64.c.orig 2005-01-06 15:43:44.000000000 -0800
+++ ucon64.c 2013-02-24 23:25:47.094966291 -0800
@@ -1394,17 +1394,7 @@
#ifdef DLOPEN
ucon64.discmage_path;
#else
-#if defined __MSDOS__
- "discmage.dxe";
-#elif defined __CYGWIN__ || defined _WIN32
- "discmage.dll";
-#elif defined __APPLE__ // Mac OS X actually
- "libdiscmage.dylib";
-#elif defined __unix__ || defined __BEOS__
- "libdiscmage.so";
-#else
- "unknown";
-#endif
+ "%%PREFIX%%/lib/libdiscmage.so";
#endif
if (!ucon64.discmage_enabled)