freebsd-ports/science/gnudatalanguage/files/patch-CMakeModules_FindQHULL.cmake
Thierry Thomas 679732cbd2 Re-enable the opthion for math/qhull.
Don't bump PORTREVISION because it is not [yet] enabled by default.
2017-02-07 21:20:47 +00:00

11 lines
339 B
CMake

--- CMakeModules/FindQHULL.cmake.orig 2017-02-07 21:12:49 UTC
+++ CMakeModules/FindQHULL.cmake
@@ -16,7 +16,7 @@ find_path(
if( QHULL_INCLUDE_DIR )
find_library(
QHULL_LIBRARY
- NAMES libqhullstatic libqhull qhullstatic qhull
+ NAMES libqhull qhull
PATHS /usr/lib64 /usr/local/lib /usr/lib
)
if( QHULL_LIBRARY )