Revision
79847
Author
jeremyhu@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

Diff

Modified: trunk/dports/graphics/sane-backends/Portfile (79846 => 79847)


--- 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+)*)"