aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-12-25 18:09:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-12-25 18:09:29 +0000
commitb20d752dbcd02980bf063edc4d1771d6a197e39e (patch)
tree7841c8314735fe36951f4111e52d1fd4e14f4b7a /print/cups-base
parenta383d84d2937941fefa4d3eef49b189f78b39981 (diff)
downloadports-b20d752dbcd02980bf063edc4d1771d6a197e39e.tar.gz
ports-b20d752dbcd02980bf063edc4d1771d6a197e39e.zip
Notes
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index fc421c9e8312..9402785914b0 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -91,6 +91,9 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcups.a:${PORTSDIR}/${PKGCATEGORY}/cups-client
COMMENT2= Server
USE_RC_SUBR= cupsd
+.if ${ARCH} == "ia64"
+BROKEN= stack-protector not supported on ia64
+.endif
.endif
.if defined(CUPS_OVERWRITE_BASE)