MFH: r523689 r522566
devel/py-libzfs: fix build on GCC architectures Builds fine with GCC9. devel/py-libzfs: unbreak on powerpc64 elfv2 Builds fine. Approved by: portmgr (fix build blanket)
This commit is contained in:
parent
940cd246c9
commit
9fe43da9dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=523690
@ -11,10 +11,6 @@ COMMENT= Python libzfs bindings
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BROKEN_mips= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle
|
||||
BROKEN_mips64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle
|
||||
BROKEN_powerpc64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle
|
||||
|
||||
RUN_DEPENDS= ${PY_ENUM34}
|
||||
|
||||
USE_GITHUB= yes
|
||||
@ -23,7 +19,7 @@ GH_PROJECT= py-libzfs
|
||||
GH_TAGNAME= 2991805
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USES= python
|
||||
USES= compiler:c11 python
|
||||
USE_PYTHON= autoplist distutils cython
|
||||
|
||||
CONFIGURE_ENV= FREEBSD_SRC=${SRC_BASE}
|
||||
|
Loading…
Reference in New Issue
Block a user