Date: Sun, 15 Sep 2019 13:39:50 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512102 - head/print/fontforge Message-ID: <201909151339.x8FDdo6s095351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Sep 15 13:39:49 2019 New Revision: 512102 URL: https://svnweb.freebsd.org/changeset/ports/512102 Log: print/fontforge: fix build on GCC architectures Approved by: mentors (implicit approval) Modified: head/print/fontforge/Makefile Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Sun Sep 15 12:53:27 2019 (r512101) +++ head/print/fontforge/Makefile Sun Sep 15 13:39:49 2019 (r512102) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= autoreconf compiler gettext gmake gnome iconv:wchar_t libtool \ +USES= autoreconf compiler:c++11-lang gettext gmake gnome iconv:wchar_t libtool \ localbase pkgconfig USE_GITHUB= yes USE_GNOME= glib20 libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909151339.x8FDdo6s095351>