aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-yapsnmp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-02-25 00:39:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-02-25 00:39:36 +0000
commit681f94148b37289b58e312e73aaa48e882596a49 (patch)
tree089a85fbe583fd83729aff5657110b93dc00c927 /net-mgmt/py-yapsnmp
parent52b3d8900a94e7a04cdcd8cd4cfc7c5eec9e7e62 (diff)
downloadports-681f94148b37289b58e312e73aaa48e882596a49.tar.gz
ports-681f94148b37289b58e312e73aaa48e882596a49.zip
Notes
Diffstat (limited to 'net-mgmt/py-yapsnmp')
-rw-r--r--net-mgmt/py-yapsnmp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile
index 00d9b6c661a6..55661de2c45d 100644
--- a/net-mgmt/py-yapsnmp/Makefile
+++ b/net-mgmt/py-yapsnmp/Makefile
@@ -33,6 +33,10 @@ CONFIGURE_ARGS+=--enable-site-packages-prefix=${PREFIX}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -fstack-protector -I${LOCALBASE}/include"
.endif
+.if ${ARCH} == "i386" && ${OSVERSION} >= 800000
+BROKEN= Does not link on i386: can't find symbol snmp_init in libnetsnmp
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s,-lsnmp,-lnetsnmp," \
${WRKSRC}/configure