Changes between Initial Version and Version 1 of Ticket #62580, comment 2


Ignore:
Timestamp:
Mar 28, 2021, 10:33:37 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62580, comment 2

    initial v1  
    1 The other general method of approaching your problem, other than modify the Portfile which I find simplest,  is to set up or pass the instructions on where to look for the headers and libraries to your build. You do this either by setting configure arguments like this {{{-I/opt/local/include -L/opt/local/lib}}} or the environment variables that are needed.
     1The other general method of approaching your problem, other than modify the Portfile which I find simplest,  is to set up or pass the instructions on where to look for the headers and libraries to your build. You do this either by setting configure arguments like this
     2{{{
     3-I/opt/local/include -L/opt/local/lib
     4}}}
     5
     6or the environment variables that are needed.
    27
    38To see exactly how MacPorts sets these, do something like this: