mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Also, disable compiler optimization again. Although -O2 works on FreeBSD-11/i386, it breaks self-testing on FreeBSD-14/amd64.
2 lines
106 B
Scheme
2 lines
106 B
Scheme
(define (library-vicinity) "%%LOCALBASE%%/share/slib/")
|
|
(load (in-vicinity (library-vicinity) "require"))
|