Commit graph

9 commits

Author SHA1 Message Date
dholland
d57fe9cad8 Use -fPIC for the shared object. Fixes broken build on amd64 and
probably others.
2008-08-17 06:14:20 +00:00
joerg
4f56ff4b94 Fix GCC 3.4+: Label at end of compound statement. 2005-12-20 11:57:41 +00:00
rillig
cfec93f7e3 Removed references to missing patch-Makefile and patch-gdc_py.c from
distinfo. The patch files are called patch-aa and patch-ab.
2005-09-02 10:22:38 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
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.
2004-08-27 06:29:06 +00:00
jmc
bb0a9203fa Actually do the RPATH_FLAG correctly this time.. 2003-07-02 20:07:29 +00:00
jmc
bfd9ce7b68 This depends on freetype and needs a define/library enabled to work.
Also replace -Wl,-R with RPATH_FLAG while I'm here.
2003-07-02 18:43:12 +00:00
wiz
aec05479d1 Standardize patch names and some minor cleanup. 2001-10-18 11:46:30 +00:00
darcy
70ce630675 Adding py-gdchart to packages.
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/
2001-10-18 11:14:39 +00:00