[35940] trunk/dports/gnome/evolution-data-server/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Apr 10 13:30:09 PDT 2008


Revision: 35940
          http://trac.macosforge.org/projects/macports/changeset/35940
Author:   mcalhoun at macports.org
Date:     2008-04-10 13:30:08 -0700 (Thu, 10 Apr 2008)

Log Message:
-----------
evolution-data-server: Allows installation on 10.4 and closes #14922.

Modified Paths:
--------------
    trunk/dports/gnome/evolution-data-server/Portfile

Modified: trunk/dports/gnome/evolution-data-server/Portfile
===================================================================
--- trunk/dports/gnome/evolution-data-server/Portfile	2008-04-10 20:06:25 UTC (rev 35939)
+++ trunk/dports/gnome/evolution-data-server/Portfile	2008-04-10 20:30:08 UTC (rev 35940)
@@ -40,3 +40,14 @@
 		--with-nspr-includes=${prefix}/include/nspr  \
 		--with-nss-includes=${prefix}/include/nss \
 		--with-krb5=/usr
+
+platform darwin 8 {
+	post-patch {
+		reinplace "s|#include <stdio.h>|#include <stdio.h>\\\n#include <sys/types.h>|g" \
+		${worksrcpath}/camel/camel-block-file.h
+	}
+}
+
+platform darwin 8 i386 {
+	configure.env-append MACOSX_DEPLOYMENT_TARGET="10.3"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080410/7e8b10aa/attachment.html


More information about the macports-changes mailing list