svn commit: r546897 - head/devel/libosmocore

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 10:14:16 UTC 2020


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


More information about the svn-ports-head mailing list