diff options
author | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
commit | 2b2c12c28b66d24f54d7244e1d83da35251424dd (patch) | |
tree | 35a80f24caf771234562c7e8fad8ddc4a772dd32 /net-mgmt/ap-utils | |
parent | 2975fee95532d988546d03d7c4d78934ba7eef95 (diff) | |
download | freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.gz freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.zst freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.zip |
BROKEN with gcc 4.2
Diffstat (limited to 'net-mgmt/ap-utils')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index d0f05dab366a..adaa5967ce13 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -30,6 +30,12 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure @@ -40,4 +46,4 @@ post-install: ${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |