Skip to content

Commit 9546677

Browse files
authored
Merge pull request #5 from hbrunie/patch-2
Update GNUMakefile include directory.
2 parents 0adc266 + dad3b63 commit 9546677

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

GNUmakefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,12 @@ ifeq ($(which_site), unknown)
116116
# everything into the /usr/local tree.
117117
INCLUDE_LOCATIONS += /usr/local/include
118118
LIBRARY_LOCATIONS += /usr/local/lib
119-
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+
120125
# on macOS X11 is installed into the /opt tree
121126
INCLUDE_LOCATIONS += /opt/X11/include
122127
LIBRARY_LOCATIONS += /opt/X11/lib

0 commit comments

Comments
 (0)