From 1e6850b1938b35a573336ae52054583e96666547 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 27 Dec 2013 23:08:02 +0000 Subject: - Modernize dos2unix and gmake - Undeprecate, futher fixes are in progress - Remove leading definite article from comment PR: ports/182097 Submitted by: Eugene Grosbein Approved by: portmgr (blanket infrastructure) --- emulators/fmsx/files/patch-EMULib_Rules.gcc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/fmsx/files/patch-EMULib_Rules.gcc (limited to 'emulators/fmsx/files/patch-EMULib_Rules.gcc') diff --git a/emulators/fmsx/files/patch-EMULib_Rules.gcc b/emulators/fmsx/files/patch-EMULib_Rules.gcc new file mode 100644 index 000000000000..3bdd04f2c516 --- /dev/null +++ b/emulators/fmsx/files/patch-EMULib_Rules.gcc @@ -0,0 +1,11 @@ +--- EMULib/Rules.gcc.orig 2013-12-20 20:52:16.000000000 +0100 ++++ EMULib/Rules.gcc 2013-12-20 20:52:22.000000000 +0100 +@@ -6,7 +6,7 @@ + LIBGBZ = $(BASEDIR)/GBZ80 + PRIVATE = $(BASEDIR)/Private + +-CC = gcc ++CC ?= gcc + CPP = cpp + CFLAGS = -O3 -pthread -I.. -I$(EMULIB) + DEFINES = -DZLIB -- cgit v1.2.3