- Fix broken prototype in src/filename_list.cxx Note that fltk also has the problem of linking against its older version, so you have to deinstall the old version to do a successful build. All that would be necessary to fix this would be to prepend -L../src to LDFLAGS, but the GNU configure magic thwarted all my attempts to do this. Fix: Patch attached with submission follows: How-To-Repeat: Try to build the thing.
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool)
gahr 2010-02-09 15:13:28 UTC FreeBSD ports repository Modified files: x11-toolkits/fltk Makefile Added files: x11-toolkits/fltk/files patch-src_filename_list.cxx Log: - Fix mismatching declaration PR: 143638 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Revision Changes Path 1.52 +2 -0 ports/x11-toolkits/fltk/Makefile 1.1 +11 -0 ports/x11-toolkits/fltk/files/patch-src_filename_list.cxx (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!