mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
11 lines
279 B
Text
11 lines
279 B
Text
--- sv2v/Makefile.orig 2023-05-10 12:48:15 UTC
|
|
+++ sv2v/Makefile
|
|
@@ -4,7 +4,7 @@ all: sv2v
|
|
|
|
sv2v:
|
|
mkdir -p bin
|
|
- stack install --install-ghc --local-bin-path bin
|
|
+ stack config set system-ghc --global true && stack build --system-ghc --no-install-ghc
|
|
|
|
clean:
|
|
stack clean
|