[74406] trunk/dports/gis/gdal/files/config.h.ed

vince at macports.org vince at macports.org
Wed Dec 15 13:26:27 PST 2010


Revision: 74406
          http://trac.macports.org/changeset/74406
Author:   vince at macports.org
Date:     2010-12-15 13:26:22 -0800 (Wed, 15 Dec 2010)
Log Message:
-----------
Second part of updating gdal pre-build system.

Added Paths:
-----------
    trunk/dports/gis/gdal/files/config.h.ed

Added: trunk/dports/gis/gdal/files/config.h.ed
===================================================================
--- trunk/dports/gis/gdal/files/config.h.ed	                        (rev 0)
+++ trunk/dports/gis/gdal/files/config.h.ed	2010-12-15 21:26:22 UTC (rev 74406)
@@ -0,0 +1,22 @@
+/#undef SIZEOF_LONG/c
+#ifdef __LP64__
+#define SIZEOF_LONG 8
+#else
+#define SIZEOF_LONG 4
+#endif
+.
+/#define SIZEOF_UNSIGNED_LONG/c
+#ifdef __LP64__
+#define SIZEOF_UNSIGNED_LONG 8
+#else
+#define SIZEOF_UNSIGNED_LONG 4
+#endif
+.
+/#define SIZEOF_VOIDP/c
+#ifdef __LP64__
+#define SIZEOF_VOIDP 8
+#else
+#define SIZEOF_VOIDP 4
+#endif
+.
+w
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101215/ed0e1d4e/attachment.html>


More information about the macports-changes mailing list