svn commit: r546361 - head/x11/9box

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 16:45:13 UTC 2020


Author: tcberner
Date: Thu Aug 27 16:45:12 2020
New Revision: 546361
URL: https://svnweb.freebsd.org/changeset/ports/546361

Log:
  x11/9box: fix build on recent current

Modified:
  head/x11/9box/Makefile

Modified: head/x11/9box/Makefile
==============================================================================
--- head/x11/9box/Makefile	Thu Aug 27 16:34:54 2020	(r546360)
+++ head/x11/9box/Makefile	Thu Aug 27 16:45:12 2020	(r546361)
@@ -16,6 +16,9 @@ USE_XORG=	xbitmaps x11 xt
 
 BUILD_WRKSRC=	${WRKSRC}/src
 
+# Dead upstream. Don't expect a proper fix.
+CFLAGS+=	-fcommon
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
 		s|%%CC%%|${CC}|g' \


More information about the svn-ports-head mailing list