diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-11 22:05:45 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-11 22:05:45 +0800 |
commit | 5c2f614e356136892cbfca0e5f1c9ef727cd6d0b (patch) | |
tree | c8e74031bed7034c2b305c21cdc3a21f044c44c7 /mail | |
parent | 049f635e04e7f7dc9034c48061071c744d9eb7be (diff) | |
download | freebsd-ports-gnome-5c2f614e356136892cbfca0e5f1c9ef727cd6d0b.tar.gz freebsd-ports-gnome-5c2f614e356136892cbfca0e5f1c9ef727cd6d0b.tar.zst freebsd-ports-gnome-5c2f614e356136892cbfca0e5f1c9ef727cd6d0b.zip |
- Set NOT_FOR_ARCHS for amd64 and sparc64.
The port assumes sizeof(void*) == sizeof(int)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kiltdown/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/kiltdown/Makefile b/mail/kiltdown/Makefile index 425a55eb94aa..80b9a22412fd 100644 --- a/mail/kiltdown/Makefile +++ b/mail/kiltdown/Makefile @@ -25,6 +25,9 @@ MY_CONFIGURE_ARGS+= -qtinc ${LOCALBASE}/include -qtlib ${LOCALBASE}/lib MY_CONFIGURE_ARGS+= -dbinc ${LOCALBASE}/include/db3 -dblib ${LOCALBASE}/lib BUILD_ENV+= PATH=${PATH}:${LOCALBASE}/bin +NOT_FOR_ARCHS= amd64 sparc64 +NOT_FOR_ARCHS_REASON= assumes 32-bit sized pointers + post-patch: @${MV} ${WRKSRC}/configs/bsd-generic ${WRKSRC}/configs/bsd-generic.sed ${SED} \ |