Ticket #21362 (closed defect: fixed)
geos won't build universal binaries (on SL)
| Reported by: | vince@… | Owned by: | opendarwin@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch | Cc: | nox@… |
| Port: | geos |
Description
The science/geos package fails building universal binaries because the libtool it uses is incorrectly parametrized. The following patches solve the problem (one for Portfile, one for libtool)
Attachments
Change History
comment:1 Changed 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to opendarwin@…
- Keywords geos universal removed
- Version 1.8.0 deleted
Please assign tickets to the port's maintainer.
comment:2 Changed 4 years ago by ram@…
This assumes universal means x86_64 and i386, which may not be the case.
comment:3 Changed 4 years ago by vince@…
Oops, my fault. I committed a wrong patch that I use for testing. But the trick is basically the same: replace ' -arch i386 -arch x86_64' by whatever universal arch you need (not forgetting a leading space). Note that this may be done more easily with reinplace -E in Patchfile.
Note: See
TracTickets for help on using
tickets.

