devel/subversion: remove ia64 check

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

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