svn commit: r552911 - head/sysutils/lxtask

Cy Schubert cy at FreeBSD.org
Thu Oct 22 00:26:02 UTC 2020


Author: cy
Date: Thu Oct 22 00:26:01 2020
New Revision: 552911
URL: https://svnweb.freebsd.org/changeset/ports/552911

Log:
  Fix with -fno-common.
  
  MFH:		2020Q4

Modified:
  head/sysutils/lxtask/Makefile   (contents, props changed)

Modified: head/sysutils/lxtask/Makefile
==============================================================================
--- head/sysutils/lxtask/Makefile	Thu Oct 22 00:24:27 2020	(r552910)
+++ head/sysutils/lxtask/Makefile	Thu Oct 22 00:26:01 2020	(r552911)
@@ -18,6 +18,8 @@ USE_GNOME=	gtk20 intlhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+CFLAGS=		-fcommon
+
 PORTDOCS=	AUTHORS README
 
 OPTIONS_DEFINE=	DOCS NLS


More information about the svn-ports-all mailing list