diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 23:21:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 23:21:04 +0000 |
commit | 1ea0d129b2eec48b7d0f487bca1368075f57a517 (patch) | |
tree | 38cca7a7c31476e750cbe6aa0051fe0cdaaa6e78 /net/libyahoo2 | |
parent | f5dccbfecfe8ee9960a3e13edc90588a211458bd (diff) | |
download | ports-1ea0d129b2eec48b7d0f487bca1368075f57a517.tar.gz ports-1ea0d129b2eec48b7d0f487bca1368075f57a517.zip |
Notes
Diffstat (limited to 'net/libyahoo2')
-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> |