You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
5ac55ce6f4
Add gpilab_select architecture; enables concurrent installs of frameworks. Update make.py to find includes in new locations. Fix drag-and-drop on modern OSes. New port: py-gpilab-examples.
12 lines
332 B
Diff
12 lines
332 B
Diff
--- lib/gpi/make.py.orig 2018-10-10 13:51:30.000000000 -0500
|
|
+++ lib/gpi/make.py 2018-10-10 13:54:19.000000000 -0500
|
|
@@ -392,6 +392,8 @@
|
|
# warn about implicit down casting
|
|
#extra_compile_args += ['-Wshorten-64-to-32']
|
|
|
|
+ include_dirs += ['%%PYFIPATH%%']
|
|
+
|
|
# COMPILE
|
|
successes = []
|
|
failures = []
|