aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-10 21:30:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-10 21:30:16 +0000
commitf8ba52ac44d8899faa6c7933514b59db90aa4a58 (patch)
tree1b9af27df31f7ff1348997cd1ce4cfae1b84481c
parente30621b6cb2b264d24c577057e43f9a5d9f84fbb (diff)
downloadports-f8ba52ac44d8899faa6c7933514b59db90aa4a58.tar.gz
ports-f8ba52ac44d8899faa6c7933514b59db90aa4a58.zip
devel/subversion: remove ia64 check
-rw-r--r--devel/subversion/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 3a71caa8298b..a0a6e6bf4760 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -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