[49705] trunk/dports/sysutils/clamav

dluke at macports.org dluke at macports.org
Wed Apr 15 10:30:29 PDT 2009


Revision: 49705
          http://trac.macports.org/changeset/49705
Author:   dluke at macports.org
Date:     2009-04-15 10:30:28 -0700 (Wed, 15 Apr 2009)
Log Message:
-----------
Add patch to fix clamav build errors on darwin 7

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

Added Paths:
-----------
    trunk/dports/sysutils/clamav/files/
    trunk/dports/sysutils/clamav/files/patch-clamdtop.c.diff

Modified: trunk/dports/sysutils/clamav/Portfile
===================================================================
--- trunk/dports/sysutils/clamav/Portfile	2009-04-15 16:55:33 UTC (rev 49704)
+++ trunk/dports/sysutils/clamav/Portfile	2009-04-15 17:30:28 UTC (rev 49705)
@@ -27,6 +27,7 @@
 depends_lib		port:gmp port:libiconv port:zlib port:bzip2
 
 platform darwin 7 {
+			patchfiles patch-clamdtop.c.diff
 			#workaround gcc bug 28045 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28045
 			configure.cflags {-O0}
 			}

Added: trunk/dports/sysutils/clamav/files/patch-clamdtop.c.diff
===================================================================
--- trunk/dports/sysutils/clamav/files/patch-clamdtop.c.diff	                        (rev 0)
+++ trunk/dports/sysutils/clamav/files/patch-clamdtop.c.diff	2009-04-15 17:30:28 UTC (rev 49705)
@@ -0,0 +1,10 @@
+--- clamdtop/clamdtop.c.orig	2009-04-15 13:24:58.000000000 -0400
++++ clamdtop/clamdtop.c	2009-04-15 13:25:24.000000000 -0400
+@@ -29,6 +29,7 @@
+ #endif
+ 
+ #include <unistd.h>
++#include <stdint.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090415/daa02915/attachment.html>


More information about the macports-changes mailing list