mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
6473aac25b
- Bump portrevision of dependent ports. - Add patches to dependent ports math/octave-forge-* if I can figure them out. - Mark broken dependent ports I couldn't figure out.
12 lines
351 B
Bash
12 lines
351 B
Bash
--- build-aux/mk-octave-config-h.sh.orig 2020-11-26 18:20:44 UTC
|
|
+++ build-aux/mk-octave-config-h.sh
|
|
@@ -29,7 +29,7 @@
|
|
# autoconf-generated config.h file. See the notes at the top of the
|
|
# generated octave-config.h file for more details.
|
|
|
|
-SED=${SED:-sed}
|
|
+SED=gsed
|
|
|
|
if [ $# -ne 1 ]; then
|
|
echo "usage: mk-octave-config-h.sh CONFIG-FILE" 1>&2
|