exact-image looks for X11 in /usr/X11
exact-image looks for X11 headers in /usr/X11/include and libraries in /usr/X11/lib and /usr/X11/lib64. There are never any lib64 directories on OS X, leading to many warnings like this:
ld: warning: directory '/usr/X11/lib64' following -L not found
More importantly, in MacPorts, we never want to get any X11 bits from /usr/X11; if any X11 bits are required, declare dependencies on the corresponding MacPorts xorg-* ports and reference them in ${prefix}.
Change History (3)
Owner: |
changed from macports@… to macports-tickets@…
|
Status: |
new →
assigned
|
Cc: |
MarcusCalhoun-Lopez added
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
This seems to have been fixes before now, but at the very least, adding
--without-x11
in a recent commit should prevent checking /usr/X11.