Friday, July 08, 2022

Re: NEW: www/civetweb

Rafael Sadowski <rafael@sizeofvoid.org> wrote:
> New dependency to update graphics/orthanc. OK to import?

looks fine and seems to work. ok with WANTLIBs fixed

--- Makefile.orig Fri Jul 8 11:06:18 2022
+++ Makefile Fri Jul 8 11:11:36 2022
@@ -12,7 +12,9 @@
# MIT
PERMIT_PACKAGE = Yes

-WANTLIB += c pthread
+WANTLIB += ${COMPILER_LIBCXX} c m z
+
+COMPILER = base-clang ports-gcc

MODULES = devel/cmake


(i'm not 100% sure about COMPILER: the C parts should be ok with
base-gcc, the c++ ones not so sure. the cmake file says it supports
c++98...14 fwiw)

No comments:

Post a Comment