pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/configure Tell cmake not to muck with rpath's as it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d450e9dec90d
branches:  trunk
changeset: 547162:d450e9dec90d
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Sep 13 11:09:58 2008 +0000

description:
Tell cmake not to muck with rpath's as it seems to interact badly with
pkgsrc.

diffstat:

 mk/configure/cmake.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1a68b7af2179 -r d450e9dec90d mk/configure/cmake.mk
--- a/mk/configure/cmake.mk     Sat Sep 13 11:06:08 2008 +0000
+++ b/mk/configure/cmake.mk     Sat Sep 13 11:09:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmake.mk,v 1.5 2008/02/13 09:13:31 rillig Exp $
+# $NetBSD: cmake.mk,v 1.6 2008/09/13 11:09:58 markd Exp $
 #
 # This file handles packages that use CMake as their primary build
 # system. For more information about CMake, see http://www.cmake.org/.
@@ -20,6 +20,7 @@
 
 CMAKE_ARGS+=   -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX}
 CMAKE_ARGS+=   -DCMAKE_MODULE_PATH:PATH=${_CMAKE_DIR}
+CMAKE_ARGS+=   -DCMAKE_SKIP_RPATH:BOOL=TRUE
 
 CMAKE_MODULE_PATH_OVERRIDE+=   CMakeLists.txt
 



Home | Main Index | Thread Index | Old Index