From: duddits Date: Thu, 26 Feb 2009 20:24:03 +0000 (+0000) Subject: - dropped X-Git-Tag: auto/ti/yaz-3_0_44-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fyaz.git;a=commitdiff_plain;h=56c6a14f3a495e14eac87e5d455650ac2781eb91 - dropped Changed files: yaz-pcap.patch -> 1.2 --- diff --git a/yaz-pcap.patch b/yaz-pcap.patch deleted file mode 100644 index 0a7a617..0000000 --- a/yaz-pcap.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- yaz-2.1.48/configure.ac.orig 2007-02-18 20:09:35.453060000 +0100 -+++ yaz-2.1.48/configure.ac 2007-02-18 20:26:37.223287605 +0100 -@@ -181,20 +181,9 @@ - ZIFFY_PROG=ziffy - fi - else -- if test -d /usr/local && -- test -r /usr/local/lib/libpcap.a && -- test -r /usr/local/include/pcap.h; then -- PCAP_DIR="/usr/local" -- PCAP_LIBS="${LIBS} -L$PCAP_DIR/lib -lpcap" -- PCAP_CFLAGS="${INCS} -I$PCAP_DIR/include" -- ZIFFY_PROG=ziffy -- elif test -d /usr && -- test -r /usr/lib/libpcap.a && -- test -r /usr/include/pcap.h; then - PCAP_DIR="/usr" - PCAP_LIBS="${LIBS} -lpcap" - ZIFFY_PROG=ziffy -- fi - fi - fi - if test -z "$ZIFFY_PROG"; then