diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-02-11 00:56:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-02-11 00:56:21 +0000 |
commit | 4c8aac45b3b18e0d722ac24f6aca2272da63b0d4 (patch) | |
tree | ae8c772274826b50fd12a06545a0750c1d955198 /security/clamav-devel/Makefile | |
parent | 47e5ebc124cf2a641dc3a9e6e3068c42cbe4040e (diff) |
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@
Notes
Notes:
svn path=/head/; revision=312036
Diffstat (limited to 'security/clamav-devel/Makefile')
-rw-r--r-- | security/clamav-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index a1eb9dddfca4..2fc735d24ade 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -32,6 +32,7 @@ GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USE_GMAKE= yes +USE_GCC= any USE_RC_SUBR= clamav-clamd clamav-freshclam CLAM_CONF_FILES= clamd freshclam |