Date: Thu, 22 Oct 2020 00:26:01 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552911 - head/sysutils/lxtask Message-ID: <202010220026.09M0Q1vh093739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010220026.09M0Q1vh093739>