| Summary: | 'make PREFIX' fails for kdenetwork11 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | scottm <scottm> | ||||
| Component: | Individual Port(s) | Assignee: | Will Andrews <will> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->se Over to the maintainer. Responsible Changed From-To: se->will Will now maintains the KDE ports. State Changed From-To: open->closed Imura-san fixed this for me, thanks! |
'make PREFIX=/your/fav/path/here' breaks when configure attempts to locate libraries not in ${PREFIX}/lib but in ${LOCALBASE}/lib. The attached patch fixes this problem. Fix: Apply the following patch to /usr/ports/net/kdenetwork11/Makefile: How-To-Repeat: cd /usr/ports/net/kdenetwork11 make PREFIX=/your/fav/path/here