diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-14 15:49:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-14 15:49:47 +0000 |
commit | 7e28f3f5c4f5ec2d0fef113e580138c2cb61731f (patch) | |
tree | ec25e9839f850362bb86fe1ed98b41eac58ea1cc /net-mgmt/py-yapsnmp/files/patch-configure | |
parent | - Update to 0.11.5 (diff) |
Add py-yapsnmp, yet another Python SNMP module based on net-snmp library
Diffstat (limited to 'net-mgmt/py-yapsnmp/files/patch-configure')
-rw-r--r-- | net-mgmt/py-yapsnmp/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/py-yapsnmp/files/patch-configure b/net-mgmt/py-yapsnmp/files/patch-configure new file mode 100644 index 000000000000..e83d1a7065f7 --- /dev/null +++ b/net-mgmt/py-yapsnmp/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Jan 7 17:13:40 2005 ++++ configure Fri Jan 7 17:13:59 2005 +@@ -9291,7 +9291,7 @@ + done + + +-for PYTHONINCPATH in python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 ++for PYTHONINCPATH in python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 + do + as_ac_Header=`echo "ac_cv_header_$PYTHONINCPATH/Python.h" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then |