Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 04:55:50 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487836 - head/print/gutenprint
Message-ID:  <201812200455.wBK4toP3048140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec 20 04:55:49 2018
New Revision: 487836
URL: https://svnweb.freebsd.org/changeset/ports/487836

Log:
  This port needs USES=compiler:c11 to build on GCC-based architectures.
  
  PR:		233918
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/print/gutenprint/Makefile

Modified: head/print/gutenprint/Makefile
==============================================================================
--- head/print/gutenprint/Makefile	Thu Dec 20 04:53:24 2018	(r487835)
+++ head/print/gutenprint/Makefile	Thu Dec 20 04:55:49 2018	(r487836)
@@ -19,7 +19,8 @@ CONFLICTS=	gimp-print-[0-9]*
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static --enable-simplified-cups-ppds DLOPEN_LIBS=" "
 INSTALL_TARGET=	install-strip
-USES=		gettext gmake libtool pathfix perl5 pkgconfig tar:bzip2
+USES=		compiler:c11 gettext gmake libtool pathfix perl5 pkgconfig \
+		tar:bzip2
 
 .if !defined(GUT_SLAVE)
 LIB_DEPENDS+=	libcupsimage.so:print/cups



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200455.wBK4toP3048140>