diff options
author | kris <kris@FreeBSD.org> | 2004-03-19 21:40:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-19 21:40:21 +0800 |
commit | 254cfae0dd0dc0a1200f3a79b1c493f43f0d28bb (patch) | |
tree | 59ee2ed125b89e1cf34c8843720be03e8a1e3edb /net/ppxp | |
parent | 066429417f91fff0505a38b7e703db30ff5d6e12 (diff) | |
download | freebsd-ports-gnome-254cfae0dd0dc0a1200f3a79b1c493f43f0d28bb.tar.gz freebsd-ports-gnome-254cfae0dd0dc0a1200f3a79b1c493f43f0d28bb.tar.zst freebsd-ports-gnome-254cfae0dd0dc0a1200f3a79b1c493f43f0d28bb.zip |
BROKEN on ia64: Coredump during build
Diffstat (limited to 'net/ppxp')
-rw-r--r-- | net/ppxp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 8f0c75a4e564..85b857de29c9 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -66,6 +66,12 @@ DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \ guide-7.html guide-8.html guide-9.html guide-10.html \ guide-11.html guide.html Answers.txt Report.txt +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Coredump during build on ia64" +.endif + post-patch: @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f '{}' ';' @${PERL} -pi -e 's/^CFLAGS/#$$&/' ${WRKSRC}/configure @@ -88,4 +94,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp csh ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |