aboutsummaryrefslogtreecommitdiff
path: root/textproc/artha
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-02 08:52:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-02 08:52:51 +0000
commit90b2c22ad8414b5e3715289f7b5b51014fdb8b67 (patch)
tree74ad7c5dfe2933230d2e34a41990b3d1f0a18a59 /textproc/artha
parent1c4f09110ae4765a1ae78985d4842f07967828ee (diff)
downloadports-90b2c22ad8414b5e3715289f7b5b51014fdb8b67.tar.gz
ports-90b2c22ad8414b5e3715289f7b5b51014fdb8b67.zip
Force -fcommon to unbreak the build against modern compilers.
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=547346
Diffstat (limited to 'textproc/artha')
-rw-r--r--textproc/artha/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile
index 05e007b0c40d..db280a608ac8 100644
--- a/textproc/artha/Makefile
+++ b/textproc/artha/Makefile
@@ -21,6 +21,7 @@ USES= gmake gnome libtool pkgconfig
CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \
--x-libraries=${LOCALBASE}/lib
+CFLAGS+= -fcommon
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet
LIBS+= `pkg-config --libs gio-2.0`