Opened 18 years ago
Closed 18 years ago
#11239 closed defect (fixed)
aqbanking fails to build if installation prefix is different from /opt/local
Reported by: | ohler macosforge@… | Owned by: | mas@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | mas@…, markd@… | |
Port: |
Description
aqbanking's Portfile contains a literal /opt/local in line 39:
QTDIR=/opt/local/lib/qt3
This leads to a build failure if MacPorts' installation prefix is not /opt/local.
It should be
QTDIR=${prefix}/lib/qt3
Change History (3)
comment:1 Changed 18 years ago by markd@…
Cc: | mas@… markd@… added |
---|
comment:2 Changed 18 years ago by mas@…
Owner: | changed from macports-dev@… to mas@… |
---|---|
Priority: | Not set → Expected |
Status: | new → assigned |
Thanks for pointing this out. I'm testing the patched Portfile right now.
comment:3 Changed 18 years ago by mas@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in r21258
Note: See
TracTickets for help on using
tickets.
Piing maintainer.