mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Switch to ports-gcc on sparc64, base-gcc triggers some warnings and this
code uses -Werror (grmbl grmbl). This is the easiest fix. OK sthen@ tb@
This commit is contained in:
@@ -15,6 +15,10 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += orcania
|
||||
|
||||
# workaround -Werror issues with base-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
LIB_DEPENDS += devel/orcania>=2.3.3
|
||||
|
||||
@@ -18,6 +18,10 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c curl gnutls jansson microhttpd orcania pthread yder z
|
||||
|
||||
# workaround -Werror issues with base-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS= c
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
LIB_DEPENDS += devel/jansson \
|
||||
|
||||
Reference in New Issue
Block a user