mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +02:00
Add backwards compatibility symlinks to /usr/include/qhull. Add patch to fix format string security flaw (via Gentoo).
11 lines
224 B
PkgConfig
11 lines
224 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: qhull
|
|
Description: Computing the convex hull
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lqhull -lm
|
|
Cflags: -I${includedir}
|