]> git.pld-linux.org Git - packages/clisp.git/blob - clisp-no_LIBC.patch
- update to 2.31
[packages/clisp.git] / clisp-no_LIBC.patch
1 diff -Nru clisp-2.30.orig/modules/wildcard/Makefile.in clisp-2.30/modules/wildcard/Makefile.in
2 --- clisp-2.30.orig/modules/wildcard/Makefile.in        Sat Apr  1 02:17:50 2000
3 +++ clisp-2.30/modules/wildcard/Makefile.in     Mon Mar 31 11:38:17 2003
4 @@ -24,7 +24,7 @@
5         $(CC) $(CFLAGS) -I$(INCLUDES) -c wildcard.c
6  
7  fnmatch.o : fnmatch.c fnmatch.h
8 -       $(CC) $(CFLAGS) -I. -DHAVE_CONFIG_H -D_LIBC -c fnmatch.c
9 +       $(CC) $(CFLAGS) -I. -DHAVE_CONFIG_H -c fnmatch.c
10  
11  # Make a module
12  clisp-module : all
This page took 0.050056 seconds and 3 git commands to generate.