summaryrefslogtreecommitdiff
path: root/lang/clisp/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'lang/clisp/patches/patch-al')
-rw-r--r--lang/clisp/patches/patch-al13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/clisp/patches/patch-al b/lang/clisp/patches/patch-al
deleted file mode 100644
index 17d1fd36a85..00000000000
--- a/lang/clisp/patches/patch-al
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.2 2007/04/01 12:45:40 tron Exp $
-
---- ffcall/callback/trampoline_r/Makefile.in.orig 2006-04-28 11:10:31.000000000 +0300
-+++ ffcall/callback/trampoline_r/Makefile.in
-@@ -124,7 +124,7 @@ libtrampoline.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) trampoline_r.h $(includedir)/trampoline_r.h
-+ $(TOOLS_PLATFORM.install) -c -m 644 trampoline_r.h $(includedir)/trampoline_r.h
-
- install : all force
- if [ ! -d $(DESTDIR)$(prefix) ] ; then mkdir $(DESTDIR)$(prefix) ; fi