diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-20 12:55:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-20 12:55:49 +0800 |
commit | 071cd774a6b8e6ca39872c6d1c5da6187b15e3c1 (patch) | |
tree | 09535adbdf4e580add5ae1622ffce7bb0d85da32 /print | |
parent | 44ca2f5effc080170343d403fac8603f29947e5e (diff) | |
download | freebsd-ports-gnome-071cd774a6b8e6ca39872c6d1c5da6187b15e3c1.tar.gz freebsd-ports-gnome-071cd774a6b8e6ca39872c6d1c5da6187b15e3c1.tar.zst freebsd-ports-gnome-071cd774a6b8e6ca39872c6d1c5da6187b15e3c1.zip |
This port needs USES=compiler:c11 to build on GCC-based architectures.
PR: 233918
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'print')
-rw-r--r-- | print/gutenprint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 4b155d23e8dc..15e89f0cf7f5 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -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 |