ports/emulators/ucon64/files/patch-Makefile.in
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

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