Changes between Initial Version and Version 1 of Ticket #1301, comment 1


Ignore:
Timestamp:
Mar 24, 2016, 12:05:56 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1301, comment 1

    initial v1  
    1 have a look at the documentation:
     1have a look at the documentation:\\
    22http://darwinports.opendarwin.org/docs/ch04s08.html
    33
     4{{{
    45configure.pre_args --prefix=${prefix}
     6}}}
    57
    68is standard (if not used) - what you propably want would be adding
    79
     10{{{
    811configure.pre_args -Dprefix=${prefix}
     12}}}
    913
    1014explicitely;