diff options
author | Michael Weber <xmw@gentoo.org> | 2010-09-16 22:47:15 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-09-16 22:47:15 +0000 |
commit | 401fb359fe508d3e16038d191a871f5acd03da8c (patch) | |
tree | 739113c3a1879fe78559243821058e2ee52015b9 /net-misc/arpd/files/arpd-0.2-buildsystem-libevent-test.patch | |
parent | epatch docs: fix inverted logic in documentation (diff) | |
download | gentoo-2-401fb359fe508d3e16038d191a871f5acd03da8c.tar.gz gentoo-2-401fb359fe508d3e16038d191a871f5acd03da8c.tar.bz2 gentoo-2-401fb359fe508d3e16038d191a871f5acd03da8c.zip |
Fix libevent test in configure.in
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/arpd/files/arpd-0.2-buildsystem-libevent-test.patch')
-rw-r--r-- | net-misc/arpd/files/arpd-0.2-buildsystem-libevent-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/arpd/files/arpd-0.2-buildsystem-libevent-test.patch b/net-misc/arpd/files/arpd-0.2-buildsystem-libevent-test.patch new file mode 100644 index 000000000000..c0c0f47712a8 --- /dev/null +++ b/net-misc/arpd/files/arpd-0.2-buildsystem-libevent-test.patch @@ -0,0 +1,11 @@ +--- configure.in.orig 2003-02-09 19:30:33.000000000 +0100 ++++ configure.in 2010-09-17 00:33:36.138294836 +0200 +@@ -62,7 +62,7 @@ + ;; + *) + AC_MSG_RESULT($withval) +- if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then ++ if test -f $withval/include/event.h -a -f $withval/lib/libevent.so; then + owd=`pwd` + if cd $withval; then withval=`pwd`; cd $owd; fi + EVENTINC="-I$withval/include" |