Changeset 117705 for trunk/dports


Ignore:
Timestamp:
Mar 8, 2014, 7:56:25 PM (10 years ago)
Author:
michaelld@…
Message:

cmake PortGroup: Since we're building with INSTALL_RPATH, assign the INSTALL_RPATH to a valid and appropriate value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/cmake-1.0.tcl

    r112946 r117705  
    5151                    -DCMAKE_BUILD_TYPE=Release \
    5252                    -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
     53                    -DCMAKE_INSTALL_RPATH=${prefix}/lib \
    5354                    -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib \
    5455                    -DCMAKE_SYSTEM_PREFIX_PATH="${prefix}\;/usr" \
Note: See TracChangeset for help on using the changeset viewer.