libraries there and needs to know the path. this means sdl-config was
broken for a few days but none of the ports depended on this.
Also bump package revision to p1 for the last couple of fixes to the port.
--
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.
The four packages are:
avcall - calling C functions with variable arguments
vacall - C functions accepting variable argument prototypes
trampoline - closures as first-class C functions
callback - closures with variable arguments as first-class C
functions (a reentrant combination of vacall and
trampoline)
WWW: http://clisp.cons.org/~haible/packages-ffcall.html
Submitted by: Christian Edward Gruber <cgruber@israfil.net>
date: 2002/03/19 02:02:57; author: pvalchev; state: Exp; lines: +27 -5
When one shared library requires another, it will try to locate the
required shared library and include it in the link if it's not specified
explicitly. This change makes ld look at the -L arguments specified,
and build search path. This avoids the need for -rpath-link, and
somewhat resembles the a.out linker behaviour. However behaviour of
-rpath and -rpath-link is still preserved as a GNU extension.
date: 2002/03/19 02:02:57; author: pvalchev; state: Exp; lines: +27 -5
When one shared library requires another, it will try to locate the
required shared library and include it in the link if it's not specified
explicitly. This change makes ld look at the -L arguments specified,
and build search path. This avoids the need for -rpath-link, and
somewhat resembles the a.out linker behaviour. However behaviour of
-rpath and -rpath-link is still preserved as a GNU extension.