pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52275: devel/cmake does not compile on Solaris 11.3/sparc
FWIW: This change fixes the build on Solaris 11.3/sparc. This means of
course, that several libraries are built from the cmake sources, but at
the moment my priority is to have a working cmake at all.
--- Makefile 2017/06/16 06:57:59 1.1
+++ Makefile 2017/06/16 08:41:10
@@ -22,7 +22,9 @@
CONFIGURE_ARGS+= --mandir=/${PKGMANDIR}
CONFIGURE_ARGS+= --docdir=/share/doc/cmake-${CMAKE_API}
CONFIGURE_ARGS+= --prefix=${PREFIX}
+.if ${MACHINE_ARCH} != "sparc64"
CONFIGURE_ARGS+= --system-libs
+.endif
# jsoncpp requires cmake to build, so use the one provided with cmake
CONFIGURE_ARGS+= --no-system-jsoncpp
--
Jörn Clausen
Plattformen & Serverdienste
BITS - Bielefelder IT-Servicezentrum
Home |
Main Index |
Thread Index |
Old Index