svn commit: r546368 - head/math/abs

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 17:08:49 UTC 2020


Author: tcberner
Date: Thu Aug 27 17:08:48 2020
New Revision: 546368
URL: https://svnweb.freebsd.org/changeset/ports/546368

Log:
  math/abs: fix build on recent current

Modified:
  head/math/abs/Makefile

Modified: head/math/abs/Makefile
==============================================================================
--- head/math/abs/Makefile	Thu Aug 27 17:05:20 2020	(r546367)
+++ head/math/abs/Makefile	Thu Aug 27 17:08:48 2020	(r546368)
@@ -17,6 +17,9 @@ USES=		xorg
 USE_XORG=	x11 xpm xaw
 WRKSRC=		${WRKDIR}/abs-src-0.908
 
+# Fix build on current
+CFLAGS+=	-fcommon
+
 post-patch:
 	@${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c
 


More information about the svn-ports-head mailing list