1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:47:34 +00:00

Ports/ed: Update ed to version 1.19

This commit is contained in:
EWouters 2023-09-01 19:11:37 +02:00 committed by Jelle Raaijmakers
parent 97a9e7d7ab
commit cdedb9af37
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='ed'
version='1.18'
version='1.19'
files=(
"https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz#aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f"
"https://ftpmirror.gnu.org/gnu/ed/ed-${version}.tar.lz#ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48"
)
useconfigure='true'
depends=(

View file

@ -9,7 +9,7 @@ Co-Authored-By: roytam1 <roytam@gmail.com>
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 3531bcd..a225c14 100755
index 5692ef9daeb29c0b57a5c756b878e094682a1e14..281ea8040153218b26ca78faa472fa8b9c071c94 100755
--- a/configure
+++ b/configure
@@ -21,10 +21,10 @@ datarootdir='$(prefix)/share'
@ -24,6 +24,6 @@ index 3531bcd..a225c14 100755
+CPPFLAGS?=
+CFLAGS?='-Wall -W -O2'
+LDFLAGS?=
MAKEINFO=makeinfo
# checking whether we are using GNU C.
/bin/sh -c "${CC} --version" > /dev/null 2>&1 || { CC=cc ; CFLAGS=-O2 ; }