diff options
author | garga <garga@FreeBSD.org> | 2013-02-11 08:56:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-02-11 08:56:21 +0800 |
commit | bf09782deb9e8ea86c993c15849709a112b5d0a2 (patch) | |
tree | ae8c772274826b50fd12a06545a0750c1d955198 /security/clamav | |
parent | e7c386b08b2f6d37d0b3287bdc4d5b7ed692f900 (diff) | |
download | freebsd-ports-gnome-bf09782deb9e8ea86c993c15849709a112b5d0a2.tar.gz freebsd-ports-gnome-bf09782deb9e8ea86c993c15849709a112b5d0a2.tar.zst freebsd-ports-gnome-bf09782deb9e8ea86c993c15849709a112b5d0a2.zip |
Remove patches to build with clang and force clamav and clamav-devel to use GCC.
According clamav developers ClamAV's detection is not tested when compiled with
clang.
PR: ports/175784
Submitted by: tj@
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 3743f49a14a1..a7c93a8ed8cb 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM TESTS DOCS GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes +USE_GCC= any USE_RC_SUBR= clamav-clamd clamav-freshclam CLAM_CONF_FILES= clamd freshclam |