svn commit: r545518 - head/security/fswatch

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Aug 20 10:06:46 UTC 2020


Author: 0mp
Date: Thu Aug 20 10:06:45 2020
New Revision: 545518
URL: https://svnweb.freebsd.org/changeset/ports/545518

Log:
  Fix build on FreeBSD 13
  
  Reported by:	pkg-fallout

Modified:
  head/security/fswatch/Makefile

Modified: head/security/fswatch/Makefile
==============================================================================
--- head/security/fswatch/Makefile	Thu Aug 20 09:54:34 2020	(r545517)
+++ head/security/fswatch/Makefile	Thu Aug 20 10:06:45 2020	(r545518)
@@ -17,6 +17,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--enable-regex \
 		--enable-stflags
 GNU_CONFIGURE=	yes
+CFLAGS+=	-fcommon
 
 PORTSCOUT=	ignore:1
 


More information about the svn-ports-head mailing list