svn commit: r483067 - head/devel/libindicator
Steve Wills
swills at FreeBSD.org
Sat Oct 27 00:37:56 UTC 2018
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 at 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>
More information about the svn-ports-all
mailing list