svn commit: r546360 - head/devel/9base

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 16:34:55 UTC 2020


Author: tcberner
Date: Thu Aug 27 16:34:54 2020
New Revision: 546360
URL: https://svnweb.freebsd.org/changeset/ports/546360

Log:
  devel/9base: fix build on recent current

Modified:
  head/devel/9base/Makefile

Modified: head/devel/9base/Makefile
==============================================================================
--- head/devel/9base/Makefile	Thu Aug 27 16:30:05 2020	(r546359)
+++ head/devel/9base/Makefile	Thu Aug 27 16:34:54 2020	(r546360)
@@ -27,6 +27,9 @@ MAKE_ARGS=	PREFIX="${PREFIX}/9" CC="${CC}" MANPREFIX="
 		CFLAGS="${CFLAGS} -I. -c" LDFLAGS="${LDFLAGS} -L."
 MAKE_JOBS_UNSAFE=	yes
 
+# Fix build on current
+CFLAGS+=	-fcommon
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|PREFIX|"${PREFIX}/9"|' ${WRKSRC}/lib9/get9root.c
 


More information about the svn-ports-head mailing list