mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
The upgrade of Givaro to 4.2.0 broke linbox, and the easyiest way to fix it is to upgrade, although it is BROKEN on -CURRENT. Release notes at <https://github.com/linbox-team/linbox/releases/tag/v1.7.0>.
13 lines
385 B
Bash
13 lines
385 B
Bash
--- interfaces/maple/lb-maple-path.sh.orig 2021-12-14 10:16:03 UTC
|
|
+++ interfaces/maple/lb-maple-path.sh
|
|
@@ -1,7 +1,7 @@
|
|
-#!/usr/bin/sh
|
|
+#! /bin/sh
|
|
|
|
if test -r "lb-maple.mpl.bak"; then
|
|
mv lb-maple.mpl.bak lb-maple.mpl
|
|
fi
|
|
|
|
-sed -e "s|lbpathvalue|lbpath:=\"$1\";|" -i.bak lb-maple.mpl
|
|
\ No newline at end of file
|
|
+sed -e "s|lbpathvalue|lbpath:=\"$1\";|" -i.bak lb-maple.mpl
|