devel/subversion-lts: remove ia64 check

This commit is contained in:
Piotr Kubaj 2022-02-10 21:30:20 +00:00
parent f8ba52ac44
commit cfa7ab1144

View File

@ -65,7 +65,7 @@ APU_CONFIG= ${LOCALBASE}/bin/apu-1-config
CONFIGURE_ARGS+=--with-apr=${APR_CONFIG} --with-apr-util=${APU_CONFIG}
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
.if ${ARCH} == "amd64"
CFLAGS+= -fpic -DPIC
.endif