| Summary: | /usr/ports/deskutils/sunbird does not compile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Federico GDB <federicogalvezdurand> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed, thanks! pav 2008-07-24 09:03:22 UTC
FreeBSD ports repository
Modified files:
deskutils/sunbird Makefile
Log:
- Fix build: ${LIB_BZ2} is undefined, replace it with ${LIBBZ2} from
bsd.libnames.mk
PR: ports/125712
Submitted by: Fico <federicogalvezdurand@yahoo.com>
- While here, remove noop USE_GCC=3.4+
Revision Changes Path
1.22 +3 -2 ports/deskutils/sunbird/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
Makefile uses ${LIB_BZ2} which is not defined. Fix: Use ${LIBBZ2} defined in /usr/share/mk/bsd.libnames.mk Patch attached with submission follows: How-To-Repeat: cd /usr/ports/deskutils/sunbird && make