Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 00:37:55 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483067 - head/devel/libindicator
Message-ID:  <201810270037.w9R0btCR001601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Oct 27 00:37:55 2018
New Revision: 483067
URL: https://svnweb.freebsd.org/changeset/ports/483067

Log:
  devel/libindicator: fix build with GCC-based arches
  
  PR:		232651
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/libindicator/Makefile   (contents, props changed)

Modified: head/devel/libindicator/Makefile
==============================================================================
--- head/devel/libindicator/Makefile	Sat Oct 27 00:30:45 2018	(r483066)
+++ head/devel/libindicator/Makefile	Sat Oct 27 00:37:55 2018	(r483067)
@@ -13,6 +13,13 @@ USE_GNOME=	cairo gdkpixbuf2 gtk30
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+CFLAGS_powerpc64=	-Wno-unused-value
+CFLAGS_powerpc=	-Wno-unused-value
+CFLAGS_powerpcspe=	-Wno-unused-value
+CFLAGS_mips=	-Wno-unused-value
+CFLAGS_mips64=	-Wno-unused-value
+CFLAGS_sparc64=	-Wno-unused-value
+
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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