diff options
author | Alex Legler <a3li@gentoo.org> | 2010-05-08 18:57:52 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-05-08 18:57:52 +0000 |
commit | 7640109eb4f11cbc7b87b33c4c41874e040f6429 (patch) | |
tree | e92cbfc791187be7faea31e3a3ca0df46e997e10 /net-irc/bip/files | |
parent | Removed old ebuild (diff) | |
download | gentoo-2-7640109eb4f11cbc7b87b33c4c41874e040f6429.tar.gz gentoo-2-7640109eb4f11cbc7b87b33c4c41874e040f6429.tar.bz2 gentoo-2-7640109eb4f11cbc7b87b33c4c41874e040f6429.zip |
Remove old version and cleanup files/
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/bip/files')
-rw-r--r-- | net-irc/bip/files/bip-configure-oidentd.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-irc/bip/files/bip-configure-oidentd.patch b/net-irc/bip/files/bip-configure-oidentd.patch deleted file mode 100644 index 787129981658..000000000000 --- a/net-irc/bip/files/bip-configure-oidentd.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- 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, |