summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/bip/files/bip-configure-oidentd.patch')
-rw-r--r--net-irc/bip/files/bip-configure-oidentd.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-irc/bip/files/bip-configure-oidentd.patch b/net-irc/bip/files/bip-configure-oidentd.patch
new file mode 100644
index 000000000000..787129981658
--- /dev/null
+++ b/net-irc/bip/files/bip-configure-oidentd.patch
@@ -0,0 +1,19 @@
+--- a/configure.in 2009-07-17 11:43:29.000000000 +0200
++++ b/configure.in 2009-07-31 20:30:58.450934716 +0200
+@@ -36,11 +36,14 @@
+
+ AC_ARG_ENABLE(oidentd,
+ [ --enable-oidentd Enable oidentd support (bip overwrites ~/.oidentd.conf with this on!)],
+- enable_oidentd=yes
+- AC_DEFINE([HAVE_OIDENTD], [], [Enable oidentd.conf management support]),
++ ,
+ [enable_oidentd=no]
+ )
+
++if test "x$enable_oidentd" = "xyes"; then
++ AC_DEFINE([HAVE_OIDENTD], [], [Enable oidentd.conf management support])
++fi
++
+ AM_CONDITIONAL(OIDENTD, test x$enable_identd = xyes)
+
+ AC_ARG_ENABLE(openssl,