You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
12 lines
568 B
Diff
12 lines
568 B
Diff
--- configure.py.orig 2021-03-05 04:57:14.000000000 -0500
|
|
+++ configure.py 2021-03-18 22:13:16.000000000 -0400
|
|
@@ -2314,7 +2314,7 @@
|
|
# Instead we look where DBus itself is installed - which in most cases will
|
|
# be where dbus-python is also installed.
|
|
if target_config.pydbus_inc_dir != '':
|
|
- target_config.dbus_inc_dirs = [target_config.pydbus_inc_dir]
|
|
+ target_config.dbus_inc_dirs.append(target_config.pydbus_inc_dir)
|
|
|
|
for d in target_config.dbus_inc_dirs:
|
|
if os.access(os.path.join(d, 'dbus', 'dbus-python.h'), os.F_OK):
|