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
The following reply was made to PR pkg/52275; it has been noted by GNATS.
From: =?UTF-8?Q?J=c3=b6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
pkgsrc-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52275: devel/cmake does not compile on Solaris 11.3/sparc
Date: Fri, 16 Jun 2017 11:16:08 +0200
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