svn commit: r546385 - head/x11/alltray

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 17:58:16 UTC 2020


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


More information about the svn-ports-head mailing list