[96259] trunk/dports/databases/postgresql91/files/pg_config.h.ed

jmr at macports.org jmr at macports.org
Mon Aug 6 10:32:11 PDT 2012


Revision: 96259
          https://trac.macports.org/changeset/96259
Author:   jmr at macports.org
Date:     2012-08-06 10:32:08 -0700 (Mon, 06 Aug 2012)
Log Message:
-----------
postgresql91: fix SIZEOF_LONG for universal (#33739)

Modified Paths:
--------------
    trunk/dports/databases/postgresql91/files/pg_config.h.ed

Modified: trunk/dports/databases/postgresql91/files/pg_config.h.ed
===================================================================
--- trunk/dports/databases/postgresql91/files/pg_config.h.ed	2012-08-06 17:00:20 UTC (rev 96258)
+++ trunk/dports/databases/postgresql91/files/pg_config.h.ed	2012-08-06 17:32:08 UTC (rev 96259)
@@ -61,6 +61,13 @@
 #define MAXIMUM_ALIGNOF 4
 #endif
 .
+/SIZEOF_LONG/c
+#ifdef __LP64__
+#define SIZEOF_LONG 8
+#else
+#define SIZEOF_LONG 4
+#endif
+.
 /SIZEOF_SIZE_T/c
 #ifdef __LP64__
 #define SIZEOF_SIZE_T 8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120806/b4356330/attachment.html>


More information about the macports-changes mailing list