diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-12-26 02:09:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-12-26 02:09:29 +0800 |
commit | 2f9f3050a99c16062f2edf62c7a42b99b594dec0 (patch) | |
tree | 437cc2ac4f3438fd520337541c42983c2dd44c96 /print/cups-base | |
parent | c3c8a98c32f6df030acb06868bdcdcd7f9ca12a7 (diff) | |
download | freebsd-ports-gnome-2f9f3050a99c16062f2edf62c7a42b99b594dec0.tar.gz freebsd-ports-gnome-2f9f3050a99c16062f2edf62c7a42b99b594dec0.tar.zst freebsd-ports-gnome-2f9f3050a99c16062f2edf62c7a42b99b594dec0.zip |
- mark BROKEN on ia64
Diffstat (limited to 'print/cups-base')
-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) |