mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
21afc64167
* Switch to options framework to make the port more flexible * Remove no longer required patches that have been adapted by upstream * Add license information Also while I'm here: * Order variables a bit according to the PHB with the support of portclippy. Notable changes since 2.0.0: Additions: * (N64) Support for remaining 6101, 6103, and 6106 bootcodes * (Coleco) Recognition of Coleco ROMs * (Virtual Boy) Recognition of Virtual Boy ROMs * (NDS) Recognition of DS ROMs * (Atari) Recognition of Atari VCS 2600 ROMs * Added support for NetBSD * Introduction of many new command-line switches Updates/Fixes: * Updated support for OpenBSD (64-bit) * Many fixes/improvements for backup devices, ROM types and command-line switches http://ucon64.sourceforge.net/ucon64/changes.html PR: 238275 Submitted by: Allison Nicole Reid <root@cooltrainer.org> (maintainer)
12 lines
359 B
C
12 lines
359 B
C
--- ucon64.c.orig 2019-05-29 15:54:58 UTC
|
|
+++ ucon64.c
|
|
@@ -2081,7 +2081,7 @@ ucon64_usage (int argc, char *argv[], int view)
|
|
#elif defined __APPLE__ // Mac OS X actually
|
|
"libdiscmage.dylib";
|
|
#elif defined __unix__ || defined __BEOS__
|
|
- "libdiscmage.so";
|
|
+ "%%PREFIX%%/lib/libdiscmage.so";
|
|
#else
|
|
"library";
|
|
#endif
|