diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-10 21:30:16 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-10 21:30:16 +0000 |
commit | f8ba52ac44d8899faa6c7933514b59db90aa4a58 (patch) | |
tree | 1b9af27df31f7ff1348997cd1ce4cfae1b84481c | |
parent | e30621b6cb2b264d24c577057e43f9a5d9f84fbb (diff) |
devel/subversion: remove ia64 check
-rw-r--r-- | devel/subversion/Makefile.common | 2 |
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 |