Disable hdf4 on amd64.
This commit is contained in:
parent
7fb1d168a7
commit
289c0fb9c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100672
@ -119,7 +119,7 @@ CONFIGURE_ARGS+= --without-bzlib
|
||||
.endif
|
||||
|
||||
# HDF (Hierarchical Data Format) images
|
||||
.if !defined(WITHOUT_IMAGEMAGICK_HDF)
|
||||
.if !defined(WITHOUT_IMAGEMAGICK_HDF) && (${MACHINE_ARCH:L} != amd64)
|
||||
LIB_DEPENDS+= df.1:${PORTSDIR}/graphics/hdf
|
||||
CONFIGURE_ARGS+= --with-hdf
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user