summaryrefslogtreecommitdiff
path: root/misc/stellarium/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2008-09-16 13:23:42 +0000
committerdrochner <drochner>2008-09-16 13:23:42 +0000
commit691e74d8aa1d5329ab991170b3f8c095c472526a (patch)
treef1ec014eb5b2b0b0192d660357bae49d503d5115 /misc/stellarium/Makefile
parentcf26c00876b72ce3874311d13aa3474201fe9e71 (diff)
downloadpkgsrc-691e74d8aa1d5329ab991170b3f8c095c472526a.tar.gz
fix fallout from boost and cmake updates:
-prefix uses of "exception" with "std::" to avoid conflict with a similar definition in new "boost" -set a cmake var to get an rpath into the installed executable (seems that cmake's behaviour changed)
Diffstat (limited to 'misc/stellarium/Makefile')
-rw-r--r--misc/stellarium/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile
index 0ebbe23a5b6..8d0ad933fe5 100644
--- a/misc/stellarium/Makefile
+++ b/misc/stellarium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/06/20 01:09:27 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2008/09/16 13:23:42 drochner Exp $
DISTNAME= stellarium-0.9.1
CATEGORIES= misc
@@ -21,6 +21,7 @@ CM_ARGS+= -D CMAKE_INSTALL_PREFIX:PATH=${PREFIX}
CM_ARGS+= -D FreeType2_INCLUDE_DIR:PATH=${LOCALBASE}/include/freetype2
CM_ARGS+= -D FreeType2_LIBRARIES:PATH=${LOCALBASE}/lib
CM_ARGS+= -D SDLMIXER_INCLUDE_DIR:PATH=${LOCALBASE}/include/SDL
+CM_ARGS+= -D CMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=TRUE
do-configure:
(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} cmake ${CM_ARGS} .)