openbsd-ports/devel/ffcall/patches/patch-vacall_Makefile_in
lebel e8ee429372 initial import of devel/ffcall-1.8:
--
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>
2002-05-01 17:19:23 +00:00

13 lines
418 B
Plaintext

$OpenBSD: patch-vacall_Makefile_in,v 1.1.1.1 2002/05/01 17:19:26 lebel Exp $
--- vacall/Makefile.in.orig Mon Jan 29 08:23:24 2001
+++ vacall/Makefile.in Wed May 1 13:00:13 2002
@@ -17,7 +17,7 @@ libdir = $(exec_prefix)/lib
includedir = $(prefix)/include
mandir = $(exec_prefix)/man
datadir = $(prefix)/share
-htmldir = $(datadir)/html
+htmldir = $(datadir)/doc/ffcall/html
# Programs used by "make":
CC = @CC@