You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
577 B
Diff
12 lines
577 B
Diff
--- buildconfig/config_darwin.py.orig 2021-11-02 01:35:00.000000000 +1100
|
|
+++ buildconfig/config_darwin.py 2021-11-02 01:37:22.000000000 +1100
|
|
@@ -152,7 +152,7 @@
|
|
DEPS.extend([
|
|
Dependency('PNG', 'png.h', 'libpng', ['png']),
|
|
Dependency('JPEG', 'jpeglib.h', 'libjpeg', ['jpeg']),
|
|
- Dependency('PORTMIDI', 'portmidi.h', 'libportmidi', ['portmidi']),
|
|
+ Dependency('PORTMIDI', '', '', []),
|
|
Dependency('PORTTIME', 'porttime.h', '', []),
|
|
find_freetype(),
|
|
# Scrap is included in sdlmain_osx, there is nothing to look at.
|