Re: [kde-freebsd] [PATCH] Uses/cmake.mk: add CMAKE_PREFIX

2014-04-08 Thread Max Brazhnikov
On Mon, 07 Apr 2014 10:34:01 -0500 Brooks Davis wrote: > On Sat, Apr 05, 2014 at 10:44:59AM +, Max Brazhnikov wrote: > > On Thu, 03 Apr 2014 13:05:40 -0500 Brooks Davis wrote: > > > I'm working on some more clang ports that will build using cmake and I > > > need to install them in a subdirecto

Re: [kde-freebsd] [PATCH] Uses/cmake.mk: add CMAKE_PREFIX

2014-04-07 Thread Brooks Davis
On Sat, Apr 05, 2014 at 10:44:59AM +, Max Brazhnikov wrote: > On Thu, 03 Apr 2014 13:05:40 -0500 Brooks Davis wrote: > > I'm working on some more clang ports that will build using cmake and I > > need to install them in a subdirectory of ${PREFIX}. I've got them > > working using the following

Re: [kde-freebsd] [PATCH] Uses/cmake.mk: add CMAKE_PREFIX

2014-04-05 Thread Max Brazhnikov
On Thu, 03 Apr 2014 13:05:40 -0500 Brooks Davis wrote: > I'm working on some more clang ports that will build using cmake and I > need to install them in a subdirectory of ${PREFIX}. I've got them > working using the following patch which add CMAKE_PREFIX as an analog to > GNU_CONFIGURE_PREFIX. I