svn commit: r512102 - head/print/fontforge

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 15 13:39:50 UTC 2019


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


More information about the svn-ports-head mailing list