Use ports-gcc to unbreak on sparc64 and probably powerpc

The last version started to make use of __builtin_bswap(16|32), which is
not supported on all archs by base-gcc.  ok sthen@ (maintainer) kmos@
This commit is contained in:
jca 2020-07-08 02:34:10 +00:00
parent c8549b0b90
commit 3e7387ea13

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.112 2020/07/04 19:59:07 sthen Exp $
# $OpenBSD: Makefile,v 1.113 2020/07/08 02:34:10 jca Exp $
COMMENT= database drivers for Sybase/Microsoft SQL Server
@ -23,6 +23,9 @@ PERMIT_PACKAGE= Yes
WANTLIB += c curses ffi gmp gnutls hogweed iconv idn2 intl iodbc
WANTLIB += iodbcinst nettle p11-kit pthread readline tasn1 unistring
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
LIB_DEPENDS= converters/libiconv \
databases/iodbc,-main \
security/gnutls