Permalink
Showing
with
64 additions
and 44 deletions.
| @@ -1,11 +1,11 @@ | ||
| --- config_darwin.py.orig 2018-07-17 23:28:16.000000000 +1000 | ||
| +++ config_darwin.py 2018-07-21 13:20:12.000000000 +1000 | ||
| @@ -130,7 +130,7 @@ | ||
| FrameworkDependency('QUICKTIME', 'QuickTime.h', 'QuickTime', 'QuickTime'), | ||
| Dependency('PNG', 'png.h', 'libpng', ['png']), | ||
| Dependency('JPEG', 'jpeglib.h', 'libjpeg', ['jpeg']), | ||
| - Dependency('PORTMIDI', 'portmidi.h', 'libportmidi', ['portmidi']), | ||
| + Dependency('PORTMIDI', '', '', []), | ||
| find_freetype(), | ||
| # Scrap is included in sdlmain_osx, there is nothing to look at. | ||
| # Dependency('SCRAP', '','',[]), | ||
| --- buildconfig/config_darwin.py.orig 2019-04-09 04:37:02.000000000 +1000 | ||
| +++ buildconfig/config_darwin.py 2019-04-09 04:39:53.000000000 +1000 | ||
| @@ -153,7 +153,7 @@ | ||
| FrameworkDependency('QUICKTIME', 'QuickTime.h', 'QuickTime', 'QuickTime'), | ||
| Dependency('PNG', 'png.h', 'libpng', ['png']), | ||
| Dependency('JPEG', 'jpeglib.h', 'libjpeg', ['jpeg']), | ||
| - Dependency('PORTMIDI', 'portmidi.h', 'libportmidi', ['portmidi']), | ||
| + Dependency('PORTMIDI', '', '', []), | ||
| find_freetype(), | ||
| # Scrap is included in sdlmain_osx, there is nothing to look at. | ||
| # Dependency('SCRAP', '','',[]), |