We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adc266 commit dad3b63Copy full SHA for dad3b63
GNUmakefile
@@ -116,7 +116,12 @@ ifeq ($(which_site), unknown)
116
# everything into the /usr/local tree.
117
INCLUDE_LOCATIONS += /usr/local/include
118
LIBRARY_LOCATIONS += /usr/local/lib
119
-
+
120
+ # if dependencies installed via macport, everything symlinks
121
+ # to /opt/local/
122
+ INCLUDE_LOCATIONS += /opt/local/include
123
+ LIBRARY_LOCATIONS += /opt/local/lib
124
125
# on macOS X11 is installed into the /opt tree
126
INCLUDE_LOCATIONS += /opt/X11/include
127
LIBRARY_LOCATIONS += /opt/X11/lib
0 commit comments