diff options
author | kris <kris@FreeBSD.org> | 2004-02-24 07:21:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-24 07:21:04 +0800 |
commit | e9adeb652ec345cd6efcf05e5bb72aad48bed997 (patch) | |
tree | d87f2ff45a228113748e3603dc7ecc4d88f5e84e /net | |
parent | 6c43c40af3e12d7668828d27e8492194e8b66412 (diff) | |
download | freebsd-ports-gnome-e9adeb652ec345cd6efcf05e5bb72aad48bed997.tar.gz freebsd-ports-gnome-e9adeb652ec345cd6efcf05e5bb72aad48bed997.tar.zst freebsd-ports-gnome-e9adeb652ec345cd6efcf05e5bb72aad48bed997.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/libyahoo2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |