Opened 14 years ago

Last modified 14 years ago

#27763 closed defect

correct poco build issues (compiler and arch choices) — at Initial Version

Reported by: nimahoda@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: haspatch build_arch compiler Cc: nox@…
Port: poco

Description

The attached poco_1.3.6p2_compiler_arch.patch corrects the Poco build's default choice of Darwin_i386 instead of using build_arch (rather accepting the --target option in configure) and it's hardcoded choice of gcc4.0. This fixes some issues I was having linking against 64-bit binaries and using the debug versions of the library (debug namespace for gcc's stl has changed between 4.0 and 4.2).

The patch applies after the Portfile-rrdtool.diff patch from http://trac.macports.org/ticket/25798.

$ cd devel/poco
$ patch < -p0 Portfile-rrdtool.diff
$ patch < -p0 poco_1.3.6p2_compiler_arch.patch

Cheers, -Nima

Change History (0)

Note: See TracTickets for help on using tickets.