git: f8ba52ac44d8 - main - devel/subversion: remove ia64 check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Feb 2022 21:33:38 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f8ba52ac44d8899faa6c7933514b59db90aa4a58
commit f8ba52ac44d8899faa6c7933514b59db90aa4a58
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-02-10 21:30:16 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-02-10 21:30:16 +0000
devel/subversion: remove ia64 check
---
devel/subversion/Makefile.common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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