You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
12 lines
629 B
Diff
12 lines
629 B
Diff
--- 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', '','',[]),
|