diff options
author | Michael Zhilin <mizhka@FreeBSD.org> | 2021-10-21 19:14:32 +0000 |
---|---|---|
committer | Michael Zhilin <mizhka@FreeBSD.org> | 2021-10-23 10:04:10 +0000 |
commit | 6db564e9a16951384daf415e1323e71f71693316 (patch) | |
tree | 5fcb3c0a410c8489ac61cf984653cdf5ffda6760 | |
parent | 0d4806296a55e1771f4009113579383eb0e71327 (diff) | |
download | ports-6db564e9a16951384daf415e1323e71f71693316.tar.gz ports-6db564e9a16951384daf415e1323e71f71693316.zip |
math/qhull: remove build-specific files from pkglist
This commit allows to compile this port with CMAKE_BUILD_TYPE=RelWithDebInfo.
As results, libraries are built with debug information.
# file /usr/local/lib/libqhull_r.so.7.3.2
..., for FreeBSD 14.0 (1400033), with debug_info, not stripped
Sponsored by: Postgres Professional
-rw-r--r-- | math/qhull/Makefile | 2 | ||||
-rw-r--r-- | math/qhull/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 3b97e7aed129..07cc4afd6081 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -3,7 +3,7 @@ PORTNAME= qhull DISTVERSIONPREFIX= v DISTVERSION= 7.3.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/qhull/pkg-plist b/math/qhull/pkg-plist index 28ef4cd0ad3f..65982b42341c 100644 --- a/math/qhull/pkg-plist +++ b/math/qhull/pkg-plist @@ -53,7 +53,6 @@ include/libqhullcpp/RoadTest.h include/libqhullcpp/functionObjects.h lib/cmake/Qhull/QhullConfig.cmake lib/cmake/Qhull/QhullConfigVersion.cmake -lib/cmake/Qhull/QhullTargets-release.cmake lib/cmake/Qhull/QhullTargets.cmake lib/libqhull.so lib/libqhull.so.7 |