diff options
Diffstat (limited to 'games-emulation/openmsx/files/sdl-ttf.patch')
-rw-r--r-- | games-emulation/openmsx/files/sdl-ttf.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games-emulation/openmsx/files/sdl-ttf.patch b/games-emulation/openmsx/files/sdl-ttf.patch deleted file mode 100644 index 6ff469e509ed..000000000000 --- a/games-emulation/openmsx/files/sdl-ttf.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur a/build/libraries.py b/build/libraries.py ---- a/build/libraries.py 2017-08-03 11:26:28.000000000 +0100 -+++ b/build/libraries.py 2018-08-29 23:11:04.392981071 +0100 -@@ -304,7 +304,7 @@ - class SDL_ttf(Library): - libName = 'SDL_ttf' - makeName = 'SDL_TTF' -- header = '<SDL_ttf.h>' -+ header = '<SDL/SDL_ttf.h>' - function = 'TTF_OpenFont' - dependsOn = ('SDL', 'FREETYPE') - |