diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-27 23:08:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-27 23:08:02 +0000 |
commit | 1e6850b1938b35a573336ae52054583e96666547 (patch) | |
tree | 5f366851fc5f80e3ed9a5f2090efde3a47429ba7 /emulators/fmsx/files/patch-EMULib_Rules.gcc | |
parent | math/parmetis: Unbreak on FreeBSD 10+ (diff) |
- Modernize dos2unix and gmake
- Undeprecate, futher fixes are in progress
- Remove leading definite article from comment
PR: ports/182097
Submitted by: Eugene Grosbein <egrosbein@rdtc.ru>
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=337823
Diffstat (limited to 'emulators/fmsx/files/patch-EMULib_Rules.gcc')
-rw-r--r-- | emulators/fmsx/files/patch-EMULib_Rules.gcc | 11 |
1 files changed, 11 insertions, 0 deletions
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 |