games/scummvm: Unbreak build with FLUIDSYNTH=on
In file included from audio/softsynth/fluidsynth.cpp:38: In file included from /usr/local/include/fluidsynth.h:105: /usr/local/include/fluidsynth/log.h:82:25: error: expected ')' __attribute__ ((format (printf, 2, 3))) ^ ./common/forbidden.h:62:16: note: expanded from macro 'printf' #define printf FORBIDDEN_SYMBOL_REPLACEMENT ^ ./common/forbidden.h:57:89: note: expanded from macro 'FORBIDDEN_SYMBOL_REPLACEMENT' #define FORBIDDEN_SYMBOL_REPLACEMENT FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%* ^ PR: 243314
This commit is contained in:
parent
66d5fe4937
commit
bda1e9bb1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524970
2 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,10 @@ PORTVERSION= 2.1.0
|
|||
CATEGORIES= games emulators
|
||||
MASTER_SITES= http://www.scummvm.org/frs/scummvm/${PORTVERSION}/
|
||||
|
||||
PATCH_SITES= https://github.com/scummvm/scummvm/commit/
|
||||
PATCHFILES= 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch:-p1 \
|
||||
68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch:-p1
|
||||
|
||||
MAINTAINER= lme@FreeBSD.org
|
||||
COMMENT= Interpreter for several adventure games
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
TIMESTAMP = 1570886158
|
||||
TIMESTAMP = 1580656626
|
||||
SHA256 (scummvm-2.1.0.tar.xz) = 6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727
|
||||
SIZE (scummvm-2.1.0.tar.xz) = 27188916
|
||||
SHA256 (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = dc625481aa58fb87a659d33e10c11a86f085b72bf754b43f4c538ceab72f02a9
|
||||
SIZE (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = 977
|
||||
SHA256 (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 847caba0fd2fedc3bd365a6306539a9665b84f3b0653b771a294415f5450d25b
|
||||
SIZE (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 1889
|
||||
|
|
Loading…
Reference in a new issue