summaryrefslogtreecommitdiff
path: root/net-im/gale/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /net-im/gale/files/patch-ac
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'net-im/gale/files/patch-ac')
-rw-r--r--net-im/gale/files/patch-ac24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-im/gale/files/patch-ac b/net-im/gale/files/patch-ac
deleted file mode 100644
index 6e51eec807cb..000000000000
--- a/net-im/gale/files/patch-ac
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.in.orig Thu Jul 13 17:42:14 2000
-+++ configure.in Mon Oct 2 23:24:49 2000
-@@ -174,15 +174,19 @@
- GALE_LIBS="$GALE_LIBS -lrsaref"
- fi
-
-+AC_CHECK_LIB(resolv,res_init,[
-+ RESOLV_LIBS="-lresolv"
-+])
-+
- AC_MSG_CHECKING([for local copy of liboop])
- if test -f "${srcdir}/liboop/oop.h"; then
- AC_MSG_RESULT(yes)
- CPPFLAGS="-I\${top_srcdir}/liboop $CPPFLAGS"
- build_liboop=true
- AC_CHECK_LIB(adns,adns_init,[
-- GALE_LIBS="$GALE_LIBS \${top_builddir}/liboop/liboop-adns.la -ladns -lresolv"
-+ GALE_LIBS="$GALE_LIBS \${top_builddir}/liboop/liboop-adns.la -ladns ${RESOLV_LIBS}"
- AC_DEFINE(HAVE_ADNS)
-- ],[:],-lresolv)
-+ ],[:],$RESOLV_LIBS)
- GALE_LIBS="$GALE_LIBS \${top_builddir}/liboop/liboop.la"
- else
- AC_MSG_RESULT(no)