[79847] trunk/dports/graphics/sane-backends/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jun 27 17:22:35 PDT 2011


Revision: 79847
          http://trac.macports.org/changeset/79847
Author:   jeremyhu at macports.org
Date:     2011-06-27 17:22:34 -0700 (Mon, 27 Jun 2011)
Log Message:
-----------
sane-backends: darwin11 build fix (dev timeout)

Modified Paths:
--------------
    trunk/dports/graphics/sane-backends/Portfile

Modified: trunk/dports/graphics/sane-backends/Portfile
===================================================================
--- trunk/dports/graphics/sane-backends/Portfile	2011-06-28 00:04:39 UTC (rev 79846)
+++ trunk/dports/graphics/sane-backends/Portfile	2011-06-28 00:22:34 UTC (rev 79847)
@@ -67,6 +67,9 @@
     configure.args-append   --with-gphoto2
 }
 
+# This project uses u_long *everywhere* and doesn't bother including sys/types.h
+configure.cppflags-append   -include sys/types.h
+
 livecheck.type              regex
 livecheck.url               ftp://ftp.sane-project.org/pub/sane/
 livecheck.regex             "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110627/9434dfb2/attachment.html>


More information about the macports-changes mailing list