aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-10 21:30:20 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-10 21:30:20 +0000
commitcfa7ab1144e8890718a76cf6708bdcb41e2f9bf0 (patch)
treebe4df4db51898986d08eaa85f86e2d20f3796aa2
parentf8ba52ac44d8899faa6c7933514b59db90aa4a58 (diff)
downloadports-cfa7ab1144e8890718a76cf6708bdcb41e2f9bf0.tar.gz
ports-cfa7ab1144e8890718a76cf6708bdcb41e2f9bf0.zip
devel/subversion-lts: remove ia64 check
-rw-r--r--devel/subversion-lts/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion-lts/Makefile.common b/devel/subversion-lts/Makefile.common
index df5ba454008d..98a601150788 100644
--- a/devel/subversion-lts/Makefile.common
+++ b/devel/subversion-lts/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