1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 08:37: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

@ -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 ; }