use ports-gcc to fix build on at least sparc64

input by sthen@ and tb@

OK tb@
This commit is contained in:
martin 2020-03-09 18:39:09 +00:00
parent f5241966a0
commit c41083d49f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/03/04 07:54:18 martin Exp $
# $OpenBSD: Makefile,v 1.2 2020/03/09 18:39:09 martin Exp $
COMMENT = pythonic interface to the HDF5 binary data format
@ -6,6 +6,7 @@ MODPY_EGG_VERSION = 2.10.0
DISTNAME = h5py-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = math
REVISION = 0
HOMEPAGE = https://www.h5py.org/
MAINTAINER = Martin Reindl <martin@catai.org>
@ -13,6 +14,9 @@ MAINTAINER = Martin Reindl <martin@catai.org>
# BSD
PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes