devel/subversion: remove ia64 check
This commit is contained in:
parent
e30621b6cb
commit
f8ba52ac44
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue