aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-29 18:01:10 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-29 18:01:10 +0000
commit3c4b28b0561f63e7cbf9033d3910186e88f420e2 (patch)
treefdc85e62c74eb5618ecc98368960fb6142966622
parent297030b87a8da197d52623926d3d49b2cbfee4ff (diff)
downloadports-3c4b28b0561f63e7cbf9033d3910186e88f420e2.tar.gz
ports-3c4b28b0561f63e7cbf9033d3910186e88f420e2.zip
-rw-r--r--science/svmlight/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile
index 61d674ce3b35..80dea0bfebf3 100644
--- a/science/svmlight/Makefile
+++ b/science/svmlight/Makefile
@@ -19,7 +19,7 @@ LICENSE_PERMS= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of Support Vector Machines (SVMs) in C
-CFLAGS+= -fPIC
+CFLAGS+= -fPIC -fcommon
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}"
NO_WRKSUBDIR= yes
USES= gmake