6c1697a655
- use buildlink2 - it needs MesaLib - added missing entries into PLIST - /usr/local, /usr/pkg --> ${PREFIX} - modified the way of handling LDFLAGS - and some minor stuff
13 lines
503 B
Text
13 lines
503 B
Text
$NetBSD: patch-ao,v 1.1 2002/10/15 11:27:12 kei Exp $
|
|
|
|
--- ../collects/slibinit/init.ss.orig Tue Oct 15 00:30:35 2002
|
|
+++ ../collects/slibinit/init.ss Tue Oct 15 00:30:54 2002
|
|
@@ -55,7 +55,7 @@
|
|
[(base name dir?) (split-path base)])
|
|
(and (string? base) base))))
|
|
(case (system-type)
|
|
- ((unix macosx) "/usr/local/lib/plt")
|
|
+ ((unix macosx) "@PREFIX@/lib/plt")
|
|
((windows) "C:\\Program Files\\PLT")
|
|
((macos) "My Disk:plt:")))])
|
|
(lambda () path)))
|