summaryrefslogtreecommitdiffstats
path: root/network/opensmtpd/configure.diff
diff options
context:
space:
mode:
Diffstat (limited to 'network/opensmtpd/configure.diff')
-rw-r--r--network/opensmtpd/configure.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/opensmtpd/configure.diff b/network/opensmtpd/configure.diff
new file mode 100644
index 0000000000..ad3378e2f9
--- /dev/null
+++ b/network/opensmtpd/configure.diff
@@ -0,0 +1,11 @@
+--- configure.orig 2015-06-30 01:22:36.000000000 -0700
++++ configure 2015-07-21 18:33:56.261377490 -0700
+@@ -19210,7 +19210,7 @@
+ LIBS="$save_LIBS"
+
+
+- if test $use_db_api = 1; then
++ if test x$use_db_api = x1; then
+ HAVE_DB_API_TRUE=
+ HAVE_DB_API_FALSE='#'
+ else