]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- added
authortrojan <trojan@pld-linux.org>
Mon, 28 Apr 2003 06:23:59 +0000 (06:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clisp-no_LIBC.patch -> 1.1

clisp-no_LIBC.patch [new file with mode: 0644]

diff --git a/clisp-no_LIBC.patch b/clisp-no_LIBC.patch
new file mode 100644 (file)
index 0000000..07403c5
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nru clisp-2.30.orig/modules/wildcard/Makefile.in clisp-2.30/modules/wildcard/Makefile.in
+--- clisp-2.30.orig/modules/wildcard/Makefile.in       Sat Apr  1 02:17:50 2000
++++ clisp-2.30/modules/wildcard/Makefile.in    Mon Mar 31 11:38:17 2003
+@@ -24,7 +24,7 @@
+       $(CC) $(CFLAGS) -I$(INCLUDES) -c wildcard.c
+ fnmatch.o : fnmatch.c fnmatch.h
+-      $(CC) $(CFLAGS) -I. -DHAVE_CONFIG_H -D_LIBC -c fnmatch.c
++      $(CC) $(CFLAGS) -I. -DHAVE_CONFIG_H -c fnmatch.c
+ # Make a module
+ clisp-module : all
This page took 0.105386 seconds and 4 git commands to generate.