diff options
author | ale <ale@FreeBSD.org> | 2004-12-15 17:57:27 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-12-15 17:57:27 +0800 |
commit | 3563a58a433ebc056c3acf36c9a3aa0f08ca2064 (patch) | |
tree | 8163ad4ea95eb93251c9c1dcbf945b57ee4b2285 /security/clamav-devel/files | |
parent | 492f33d1e291debb225af0707808fe493350e3fb (diff) | |
download | freebsd-ports-gnome-3563a58a433ebc056c3acf36c9a3aa0f08ca2064.tar.gz freebsd-ports-gnome-3563a58a433ebc056c3acf36c9a3aa0f08ca2064.tar.zst freebsd-ports-gnome-3563a58a433ebc056c3acf36c9a3aa0f08ca2064.zip |
Update to 20041213 snapshot.
Approved by: maintainer
Diffstat (limited to 'security/clamav-devel/files')
-rw-r--r-- | security/clamav-devel/files/patch-configure.in | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/security/clamav-devel/files/patch-configure.in b/security/clamav-devel/files/patch-configure.in index 344e68eb4c16..b5a9fbec9b6a 100644 --- a/security/clamav-devel/files/patch-configure.in +++ b/security/clamav-devel/files/patch-configure.in @@ -1,26 +1,15 @@ ---- configure.in.orig Tue Nov 30 16:56:25 2004 -+++ configure.in Fri Dec 3 09:47:19 2004 -@@ -97,6 +97,10 @@ - then - AC_MSG_ERROR(Please install zlib and zlib-devel packages) - else -+ case "$target_os" in -+ freebsd*) -+ ;; -+ *) - vuln=`grep "ZLIB_VERSION \"1.2.0" $ZLIB_HOME/include/zlib.h` - if test -z "$vuln"; then - vuln=`grep "ZLIB_VERSION \"1.2.1" $ZLIB_HOME/include/zlib.h` -@@ -105,6 +109,8 @@ - if test -n "$vuln"; then - AC_MSG_ERROR(Installed zlib version contains a security bug. Please install version 1.2.2 or later.) - fi -+ ;; -+ esac +--- configure.in.orig Tue Dec 7 23:46:18 2004 ++++ configure.in Mon Dec 13 23:09:50 2004 +@@ -38,7 +38,7 @@ + AC_DEFINE(FILEBUFF, 8192, [file i/o buffer size]) - if test "$ZLIB_HOME" != "/usr"; then - LDFLAGS="$LDFLAGS -L$ZLIB_HOME/lib" -@@ -343,9 +349,6 @@ + AC_HEADER_STDC +-AC_CHECK_HEADERS(stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h uio.h) ++AC_CHECK_HEADERS(stdint.h unistd.h sys/int_types.h dlfcn.h inttypes.h sys/inttypes.h memory.h ndir.h stdlib.h strings.h string.h sys/mman.h sys/param.h sys/stat.h sys/types.h malloc.h poll.h regex.h limits.h sys/filio.h sys/uio.h) + AC_CHECK_HEADER(syslog.h,AC_DEFINE(USE_SYSLOG,1,[use syslog]),) + + AC_TYPE_OFF_T +@@ -360,9 +360,6 @@ ;; freebsd*) if test "$have_pthreads" = "yes"; then |