aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-17 10:28:05 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-17 10:28:05 +0000
commit88df37f396463afa6c74a0e4eac9b55d231808f1 (patch)
tree1985e6faeda0b1aa0a91678dbd95ec3ed8c5239b
parent59bd1369d9e0a0821c1300a218a96a6933175a94 (diff)
downloadports-88df37f396463afa6c74a0e4eac9b55d231808f1.tar.gz
ports-88df37f396463afa6c74a0e4eac9b55d231808f1.zip
devel/libmsocket: fix build on armv7
-rw-r--r--devel/libmsocket/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libmsocket/Makefile b/devel/libmsocket/Makefile
index b3d650544610..e4bcb3d9f9d7 100644
--- a/devel/libmsocket/Makefile
+++ b/devel/libmsocket/Makefile
@@ -29,6 +29,7 @@ PLIST_FILES= lib/libmsocket.so \
CFLAGS_aarch64=-fPIC -DPIC
CFLAGS_amd64= -fPIC -DPIC
+CFLAGS_armv7= -fPIC -DPIC
CFLAGS_i386= -fPIC -DPIC
CFLAGS_powerpc= -fPIC -DPIC
CFLAGS_powerpc64= -fPIC -DPIC