Files
ports/devel/libindicator/Makefile
T
Piotr Kubaj eb9956bcf7 devel/libindicator: fix build on powerpc64 elfv1 and remove stale CFLAGS
Build on both elfv1 and elfv2 passes fine. Other architectures are untested, but they currently don't have Rust available, making build impossible.

Require newer GCC to build on elfv1:
cc1: warnings being treated as errors
In file included from /usr/local/include/glib-2.0/glib/gthread.h:34,
                 from /usr/local/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/local/include/glib-2.0/glib.h:32,
                 from /usr/local/include/gtk-3.0/gdk/gdkconfig.h:13,
                 from /usr/local/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/local/include/gtk-3.0/gtk/gtk.h:30,
                 from indicator-loader.c:25:
/usr/local/include/glib-2.0/glib/gutils.h:336: warning: 'GVoidFunc' is deprecated
2020-10-09 13:07:16 +00:00

19 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= libindicator
PORTVERSION= 12.10.1
CATEGORIES= devel
MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
MAINTAINER= swills@FreeBSD.org
COMMENT= Symbols and convience functions for desktop indicators
USES= compiler:c++11-lang gmake gnome libtool pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk30
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>