From e9adeb652ec345cd6efcf05e5bb72aad48bed997 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 23 Feb 2004 23:21:04 +0000 Subject: BROKEN on !i386: Does not compile --- net/libyahoo2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index 6f51f1c00726..8a3fcb8ea7f2 100644 --- a/net/libyahoo2/Makefile +++ b/net/libyahoo2/Makefile @@ -21,8 +21,14 @@ USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +.include + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in -.include +.include -- cgit