[HACKERS] macports and brew postgresql --universal builds

2012-08-10 Thread Doug Coleman
The MacPorts Project (http://www.macports.org/) supports building universal binaries (32/64bit binaries in one file) for most projects. For PostgreSQL, they apply two patches after the configure script to correct some of the typedefs. Otherwise, the build fails in compiling a switch statement with

Re: [HACKERS] macports and brew postgresql --universal builds

2012-08-10 Thread Doug Coleman
t you would want to do this in the configure script somehow. Doug On Fri, Aug 10, 2012 at 3:44 PM, Tom Lane wrote: > Doug Coleman writes: >> The MacPorts Project (http://www.macports.org/) supports building >> universal binaries (32/64bit binaries in one file) for most projects. >