openbsd-ports/lang/petite-chez/patches/patch-custom_Makefile_in
wcmaier 354c8b831d Petite Chez Scheme is a complete Scheme system that is fully compatible
with Chez Scheme but uses high-speed threaded interpreter technology in
place of Chez Scheme's incremental native-code compiler. Petite Chez
Scheme may be used without license, fee or royalty for any purpose,
including for resale as part of a commercial product. 

Submitted by (a very patient) Aaron W. Hsu <arcfide at sacrideo dot us>
with license help and sanity checking from sthen@.
2009-04-24 13:13:45 +00:00

14 lines
441 B
Plaintext

Don't use bundled zlib.
$OpenBSD: patch-custom_Makefile_in,v 1.1.1.1 2009/04/24 13:13:45 wcmaier Exp $
--- custom/Makefile.in.orig Wed Feb 11 17:03:52 2009
+++ custom/Makefile.in Wed Feb 11 17:09:12 2009
@@ -11,7 +11,6 @@ Kernel=../boot/$m/kernel.o
Custom=../boot/$m/custom.o
PetiteBoot=../boot/$m/petite.boot
SchemeBoot=../boot/$m/scheme.boot
-Archive=../zlib/$m/libz.a
# force local rebuild of executable if desired
ForceRelink=no