Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 16:45:13 +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: r546361 - head/x11/9box
Message-ID:  <202008271645.07RGjDQm039947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271645.07RGjDQm039947>