pkgsrc/lang/drscheme/patches/patch-ao
kei 6c1697a655 fixed some build and installation issue. tested on 1.6D/i386.
- 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
2002-10-15 11:27:11 +00:00

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)))