diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-25 18:09:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-25 18:09:29 +0000 |
commit | b20d752dbcd02980bf063edc4d1771d6a197e39e (patch) | |
tree | 7841c8314735fe36951f4111e52d1fd4e14f4b7a /print | |
parent | a383d84d2937941fefa4d3eef49b189f78b39981 (diff) | |
download | ports-b20d752dbcd02980bf063edc4d1771d6a197e39e.tar.gz ports-b20d752dbcd02980bf063edc4d1771d6a197e39e.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 3 |
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) |