Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Support CFLAGS/CXXFLAGS properly | Kirill Ponomarev | 2003-08-16 | 1 | -0/+10 |
| | | | | | | | | | | - Do not install useless .la file PR: 55623 Submitted by: Ports Fury Notes: svn path=/head/; revision=87076 | ||||
* | Fix build with gcc 3.x: friend class declarations are more strict | Mario Sergio Fujikawa Ferreira | 2003-06-10 | 1 | -0/+11 |
friend A; -> friend class A; Prompted by: bento, kris Notes: svn path=/head/; revision=82703 |