Date: Sat, 29 Aug 2020 10:14:16 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546897 - head/devel/libosmocore Message-ID: <202008291014.07TAEG8p024291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Aug 29 10:14:15 2020 New Revision: 546897 URL: https://svnweb.freebsd.org/changeset/ports/546897 Log: devel/libosmocore: fix build on current - already deprecated via py27 dependency Modified: head/devel/libosmocore/Makefile Modified: head/devel/libosmocore/Makefile ============================================================================== --- head/devel/libosmocore/Makefile Sat Aug 29 10:12:54 2020 (r546896) +++ head/devel/libosmocore/Makefile Sat Aug 29 10:14:15 2020 (r546897) @@ -26,6 +26,8 @@ PORTDOCS= * SHEBANG_FILES= utils/conv_codes_gsm.py utils/conv_gen.py python_OLD_CMD= /usr/bin/python2 +CFLAGS+= -fcommon + OPTIONS_DEFINE= DOCS DOXYGEN DOXYGEN_IMPLIES= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008291014.07TAEG8p024291>