diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-18 11:36:46 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-18 11:36:46 +0000 |
| commit | f8941f021c6b3a92c0689e957757348b914693a3 (patch) | |
| tree | db2b3a0f9810668c24b78ffea08c553366ea7265 /emulators/fmsx/files/patch-EMULib_Rules.gcc | |
| parent | Have the license qa check actually work. (diff) | |
emulators/fmsx: Update to 5.4
- Reset maintainer; the port has been broken for over 5 months and
there have been > 3 timeouts before (going as far back as 2004)
so the current maintainer seems to not be interested anymore.
PR: 229848
Submitted by: Kai <freebsd_ports@k-worx.org>
Diffstat (limited to 'emulators/fmsx/files/patch-EMULib_Rules.gcc')
| -rw-r--r-- | emulators/fmsx/files/patch-EMULib_Rules.gcc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/emulators/fmsx/files/patch-EMULib_Rules.gcc b/emulators/fmsx/files/patch-EMULib_Rules.gcc index 12d5963e63cc..02c2ff08e453 100644 --- a/emulators/fmsx/files/patch-EMULib_Rules.gcc +++ b/emulators/fmsx/files/patch-EMULib_Rules.gcc @@ -1,6 +1,6 @@ ---- EMULib/Rules.gcc.orig 2014-01-31 00:39:34.000000000 +0700 -+++ EMULib/Rules.gcc 2014-01-31 00:40:38.000000000 +0700 -@@ -6,12 +6,12 @@ +--- EMULib/Rules.gcc.orig 2018-07-18 11:20:20 UTC ++++ EMULib/Rules.gcc +@@ -7,14 +7,14 @@ LIB68K = $(BASEDIR)/M68000 LIBGBZ = $(BASEDIR)/GBZ80 PRIVATE = $(BASEDIR)/Private @@ -15,5 +15,8 @@ -CFLAGS = -O2 -pthread -I. -I.. -I$(EMULIB) +CFLAGS += -pthread -I. -I.. -I$(EMULIB) DEFINES = -DZLIB - LIBS = -lz -lpthread +-LIBS = -lz -lpthread ++LIBS += -lz -lpthread + # EMULib sound, console, and other utility functions + OBJECTS = $(EMULIB)/EMULib.o $(EMULIB)/Sound.o \ |
