aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2014-04-08 07:41:39 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2014-04-08 07:41:39 +0000
commita1ee8dd5fc2fd9384b21891e4ace28ee82905efa (patch)
treefa432ba066e8ce76e86df74d461d898bb0171265 /print
parent52332900adc8ac058bf6e9f5e6e2d78978140260 (diff)
downloadports-a1ee8dd5fc2fd9384b21891e4ace28ee82905efa.tar.gz
ports-a1ee8dd5fc2fd9384b21891e4ace28ee82905efa.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 271384f5d581..bcc68208004b 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -303,7 +303,7 @@ post-install:
# should be reworked to build with blocks and libdispatch support (via options).
#
.include <bsd.port.pre.mk>
-.if defined(CUPS_CLIENT) && ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1000000
+.if (defined(CUPS_CLIENT) || defined(CUPS_IMAGE)) && ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1000000
CFLAGS+= -fno-blocks
.endif