summaryrefslogtreecommitdiff
path: root/net/imcom/files/patch-configure
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-17 11:41:50 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-17 11:41:50 +0000
commit7d17256509b1b1782a847efde88f9ade9d2a417d (patch)
tree56cc29457727dc2b1ca627d13ea1aadcd04c3d6d /net/imcom/files/patch-configure
parentUpdate to 1.5 (diff)
Update to 1.33
PR: ports/69153 Submitted by: maintainer
Diffstat (limited to 'net/imcom/files/patch-configure')
-rw-r--r--net/imcom/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/imcom/files/patch-configure b/net/imcom/files/patch-configure
new file mode 100644
index 000000000000..79e46787b3ab
--- /dev/null
+++ b/net/imcom/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Fri Jul 16 15:52:26 2004
++++ configure Fri Jul 16 15:52:32 2004
+@@ -1277,7 +1277,7 @@
+ HAVE_PY_LIB_expat=$ac_cv_py_have_expat;
+
+ fi
+-if [ $HAVE_PY_LIB_expat == false ]; then
++if [ $HAVE_PY_LIB_expat = false ]; then
+ {
+ echo "expat is a required module... aborting.";
+ exit
+@@ -1325,7 +1325,7 @@
+ HAVE_PY_LIB_codecs=$ac_cv_py_have_codecs;
+
+ fi
+-if [ $HAVE_PY_LIB_codecs == false ]; then
++if [ $HAVE_PY_LIB_codecs = false ]; then
+ {
+ echo "codecs is a required module... aborting.";
+ exit