[111557] trunk/dports/sysutils/clamav/Portfile

dluke at macports.org dluke at macports.org
Wed Sep 25 12:32:43 PDT 2013


Revision: 111557
          https://trac.macports.org/changeset/111557
Author:   dluke at macports.org
Date:     2013-09-25 12:32:43 -0700 (Wed, 25 Sep 2013)
Log Message:
-----------
clamav: 10.6 is darwin 10, we need to apply the patch here as well

Modified Paths:
--------------
    trunk/dports/sysutils/clamav/Portfile

Modified: trunk/dports/sysutils/clamav/Portfile
===================================================================
--- trunk/dports/sysutils/clamav/Portfile	2013-09-25 19:28:41 UTC (rev 111556)
+++ trunk/dports/sysutils/clamav/Portfile	2013-09-25 19:32:43 UTC (rev 111557)
@@ -45,6 +45,11 @@
 			patchfiles-append	patch-libclamav-7z-typedef.diff
 		}
 
+platform darwin 10 {
+			#- zlib has a 'Byte' typedef, so we can't define it again
+			patchfiles-append	patch-libclamav-7z-typedef.diff
+		}
+
 platform darwin {
 			#- zlib test tries to set rpath in a way that doesn't work
 			pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130925/10e78143/attachment.html>


More information about the macports-changes mailing list