summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-10-29 17:47:34 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-10-29 17:47:34 +0000
commit45128563f922c43c501a516b216dc5a719ed9a52 (patch)
tree972aec0e4f068000a77c627fc42c4830b19beabb /app-antivirus/clamav/files
parentamd64/x86 stable, bug #289435 (diff)
downloadgentoo-2-45128563f922c43c501a516b216dc5a719ed9a52.tar.gz
gentoo-2-45128563f922c43c501a516b216dc5a719ed9a52.tar.bz2
gentoo-2-45128563f922c43c501a516b216dc5a719ed9a52.zip
Version bump, #291041
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus/clamav/files')
-rw-r--r--app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch b/app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch
deleted file mode 100644
index e36411d0d801..000000000000
--- a/app-antivirus/clamav/files/clamav-0.95.2-fno-strict-aliasing.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.in
-+++ configure.in
-@@ -97,9 +97,15 @@
- AC_MSG_RESULT([ok (${gcc_version})])
- ;;
- esac
-+ case "${gcc_version}" in
-+ [[56789]].* | 4.[[3456789]].*)
- # bb #1581 - temporarely add -fno-strict-aliasing so gcc 4.4.0
- # works correctly
- CFLAGS="$CFLAGS -fno-strict-aliasing"
-+ ;;
-+ *)
-+ ;;
-+ esac
- fi
- else
- CFLAGS="$CFLAGS -O0"