diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-20 19:09:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-20 19:09:23 +0000 |
commit | 890dc18da80212416c833bc86dc4264ae0ccd70a (patch) | |
tree | 671cf7c4c56878583d276f5caec2542f7d9cb80a /lang/cel/files/patch-ab | |
parent | - Fix MASTER_SITES (diff) |
- Update to 0.8.5
- Unbreak this port
- Use PORTDOCS macro
PR: 59523
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=94510
Diffstat (limited to 'lang/cel/files/patch-ab')
-rw-r--r-- | lang/cel/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/cel/files/patch-ab b/lang/cel/files/patch-ab deleted file mode 100644 index ae2849ec5d30..000000000000 --- a/lang/cel/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- vm/Makefile.orig Tue Feb 27 03:03:15 2001 -+++ vm/Makefile Tue Feb 27 03:03:19 2001 -@@ -23,7 +23,7 @@ - FILES= atom.o crc.o memstream.o runtime.o sd2cel.o cel2sd.o svm32.o assemble.o array.o compiler.o codegen.o while.o - - cel: main.o $(FILES) -- $(CC) $(CFLAGS) -export-dynamic -o cel $^ ../hash/libhash.a ../celmalloc/celmalloc.o -ldl -+ $(CC) $(CFLAGS) -export-dynamic -o cel $^ ../hash/libhash.a ../celmalloc/celmalloc.o - - celdump: celdump.o $(FILES) - $(CC) $(CFLAGS) -o celdump $^ ../hash/libhash.a ../celmalloc/celmalloc.o |