Path to this page:
Subject: CVS commit: pkgsrc/comms/gammu
From: Leonardo Taccari
Date: 2017-12-09 20:36:32
Message id: 20171209193632.BB28CFB40@cvs.NetBSD.org
Log Message:
gammu: Do not set a LIB_SUFFIX in CMakeLists.txt
On some platforms (strictly speaking the ones that have libm
somewhere in a path with /lib64/) LIB_SUFFIX is set to `64' leading
to install phase/PLIST errors due libraries and pkg-config `.pc'
files are tried to be installed in `lib64/'.
Add a `cmakelists' SUBST_CLASS to avoid that.
This should fix problems noticed on Joyent CentOS 7.2/x86_64 bulk builds.
Files: