Magellan Linux

Diff of /trunk/core/cmake/cmake-3.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29524 by niro, Thu Jun 22 09:24:05 2017 UTC revision 29525 by niro, Thu Jun 22 09:45:52 2017 UTC
# Line 9  PCAT="dev-util" Line 9  PCAT="dev-util"
9  DESCRIPTION="cmake is a cross-platform open-source make system."  DESCRIPTION="cmake is a cross-platform open-source make system."
10  HOMEPAGE="http://www.cmake.org/"  HOMEPAGE="http://www.cmake.org/"
11    
12    # todo: system libuv and librhash support
13  DEPEND=">= sys-libs/libstdc++-5.3  DEPEND=">= sys-libs/libstdc++-5.3
14   >= sys-libs/ncurses-6.0   >= sys-libs/ncurses-6.0
15   >= net-misc/curl-7   >= net-misc/curl-7
# Line 52  src_compile() Line 53  src_compile()
53   --datadir=/share/${PNAME} \   --datadir=/share/${PNAME} \
54   --mandir=/share/man \   --mandir=/share/man \
55   --system-libs \   --system-libs \
56     --no-system-librhash \
57   || die   || die
58    
59   mmake || die   mmake || die

Legend:
Removed from v.29524  
changed lines
  Added in v.29525