ports/math/linbox/files/patch-interfaces_maple_lb-maple-path.sh
Thierry Thomas ec83ae75cd math/linbox: unbreak by upgrading to 1.7.0 Sablet
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>.
2023-08-04 17:37:57 +02:00

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