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

Ryan Schmidt ryandesign at macports.org
Mon Aug 6 14:30:59 PDT 2012


On Aug 6, 2012, at 12:32, jmr at macports.org wrote:

> 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)

Don't we need to increase the revision so that users affected by the problem will get the port rebuilt?


> 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


More information about the macports-dev mailing list