devel/libindicator: fix build with GCC-based arches

PR:		232651
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Steve Wills 2018-10-27 00:37:55 +00:00
parent 0211bcbadc
commit b707eb486a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483067

View file

@ -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>