02f0c14ae4
the Alpha. This probably won't fix the recent problems in the bulk builds. Install "libstalin.a" in ${PREFIX}/lib/stalin instead of ${PREFIX}/lib.
13 lines
512 B
Text
13 lines
512 B
Text
$NetBSD: patch-ab,v 1.2 2001/01/21 02:04:56 jtb Exp $
|
|
|
|
--- stalin.sc.orig Sat Nov 18 18:48:05 2000
|
|
+++ stalin.sc
|
|
@@ -25538,7 +25538,7 @@
|
|
(set! *program* "stalin")
|
|
(initialize-stalin!)
|
|
(set! *include-path*
|
|
- (append '(".") include-path '("/usr/local/stalin/include")))
|
|
+ (append '(".") include-path '("@PREFIX@/lib/stalin")))
|
|
(set! *bounds-checks?* (not disable-bounds-checks?))
|
|
(set! *memory-checks?* (not disable-memory-checks?))
|
|
(set! *overflow-checks?* (not disable-overflow-checks?))
|