Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 | |
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. | |||||
2003-07-02 | Actually do the RPATH_FLAG correctly this time.. | jmc | 1 | -2/+2 | |
2003-07-02 | This depends on freetype and needs a define/library enabled to work. | jmc | 1 | -8/+15 | |
Also replace -Wl,-R with RPATH_FLAG while I'm here. | |||||
2001-10-18 | Standardize patch names and some minor cleanup. | wiz | 2 | -6/+6 | |
2001-10-18 | Adding py-gdchart to packages. | darcy | 2 | -0/+76 | |
This is a simple python interface to gdchart which is excellent for creating charts and graphs in PNG, JPEG, and GIF format. WWW: http://athani.pair.com/msteed/software/gdchart/ |