Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 31 May 2018 07:43:18 +0200
Description: Link against libqhull

--- a/src/Makevars
+++ b/src/Makevars
@@ -1,4 +1,5 @@
-PKG_CPPFLAGS = -include Rgeometry.h
+PKG_CPPFLAGS = -I/usr/include/qhull -include Rgeometry.h
+PKG_LIBS = -lqhull
 # PKG_LIBS = ${LAPACK_LIBS} ${BLAS_LIBS} ${FLIBS} #-pthread
 # PKG_CFLAGS = @PKG_CFLAGS@
 
