summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/patches
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-05-07 15:47:00 +0000
committerfhajny <fhajny>2014-05-07 15:47:00 +0000
commit23fc022a503b3b7df38963e354c0b0b670c11ce2 (patch)
treec904d2a7bb6ab6900ba4bb72babfcd4f4805b48e /databases/mongo-c-driver/patches
parent37f6901e125367ae27a878fa9f973b7ad54c5a6f (diff)
downloadpkgsrc-23fc022a503b3b7df38963e354c0b0b670c11ce2.tar.gz
Import mongo-c-driver as databases/mongo-c-driver.
mongo-c-driver is a client library written in C for MongoDB.
Diffstat (limited to 'databases/mongo-c-driver/patches')
-rw-r--r--databases/mongo-c-driver/patches/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/mongo-c-driver/patches/patch-configure b/databases/mongo-c-driver/patches/patch-configure
new file mode 100644
index 00000000000..cd8a54f5bdd
--- /dev/null
+++ b/databases/mongo-c-driver/patches/patch-configure
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure,v 1.1 2014/05/07 15:47:00 fhajny Exp $
+
+Portability.
+--- configure.orig 2014-05-07 12:31:31.154464044 +0000
++++ configure
+@@ -19156,7 +19156,7 @@ else
+ ax_python_lib=no
+ fi
+
+- if test x$ax_python_lib == xno; then
++ if test x$ax_python_lib = xno; then
+ as_ac_Lib=`$as_echo "ac_cv_lib_${ax_python_bin}m''_main" | $as_tr_sh`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l${ax_python_bin}m" >&5
+ $as_echo_n "checking for main in -l${ax_python_bin}m... " >&6; }