summaryrefslogtreecommitdiff
path: root/lang/clisp/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'lang/clisp/patches/patch-ak')
-rw-r--r--lang/clisp/patches/patch-ak13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/clisp/patches/patch-ak b/lang/clisp/patches/patch-ak
deleted file mode 100644
index 48b2066deff..00000000000
--- a/lang/clisp/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.6 2007/06/09 06:10:31 obache Exp $
-
---- ffcall/callback/vacall_r/Makefile.in.orig 2006-09-03 23:39:43.000000000 +0000
-+++ ffcall/callback/vacall_r/Makefile.in
-@@ -164,7 +164,7 @@ libvacall.la : $(OBJECTS)
- # $(libdir) and $(includedir) - don't use $(prefix) and $(exec_prefix) here.
- install-lib : all force
- if [ ! -d $(includedir) ] ; then mkdir $(includedir) ; fi
-- $(INSTALL_DATA) vacall_r.h $(includedir)/vacall_r.h
-+ $(TOOLS_PLATFORM.install) -c -m 644 vacall_r.h $(includedir)/vacall_r.h
-
- install : all force
- if [ ! -d $(DESTDIR)$(prefix) ] ; then mkdir $(DESTDIR)$(prefix) ; fi