devel/libindicator: fix build with GCC-based arches
PR: 232651 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
parent
0211bcbadc
commit
b707eb486a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483067
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue