mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
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>
11 lines
359 B
Text
11 lines
359 B
Text
--- Makefile.in.orig 2013-02-24 19:04:22.959942880 -0800
|
|
+++ Makefile.in 2013-02-24 19:04:55.927943650 -0800
|
|
@@ -68,7 +68,7 @@
|
|
ifneq ($(OSTYPE),beos)
|
|
ifeq ($(findstring freebsd,$(OSTYPE)),) # false if OSTYPE contains "freebsd"
|
|
ifeq ($(findstring openbsd,$(OSTYPE)),) # false if OSTYPE contains "openbsd"
|
|
-LDFLAGS+=-ldl
|
|
+#LDFLAGS+=-ldl
|
|
endif
|
|
endif
|
|
endif
|