Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 17:58:16 +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: r546385 - head/x11/alltray
Message-ID:  <202008271758.07RHwGuN085335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Aug 27 17:58:15 2020
New Revision: 546385
URL: https://svnweb.freebsd.org/changeset/ports/546385

Log:
  x11/alltray: fix build on recent current

Modified:
  head/x11/alltray/Makefile

Modified: head/x11/alltray/Makefile
==============================================================================
--- head/x11/alltray/Makefile	Thu Aug 27 17:56:10 2020	(r546384)
+++ head/x11/alltray/Makefile	Thu Aug 27 17:58:15 2020	(r546385)
@@ -17,6 +17,8 @@ USES=		gnome libtool pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+# Upstream seems dead. Don't expect a proper fix.
+CFLAGS+=	-fcommon
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip



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