mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:37:44 +00:00
Ports: Add ed port (#1159)
This commit is contained in:
parent
d0c230855d
commit
c904095333
4 changed files with 44 additions and 0 deletions
11
Ports/ed/patches/fix-Makefile-in.patch
Normal file
11
Ports/ed/patches/fix-Makefile-in.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ed-1.15/Makefile.in.orig Sat Feb 1 14:22:52 2020
|
||||
+++ ed-1.15/Makefile.in Sat Feb 1 14:23:06 2020
|
||||
@@ -20,7 +20,7 @@
|
||||
all : $(progname) r$(progname)
|
||||
|
||||
$(progname) : $(objs)
|
||||
- $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(objs)
|
||||
+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(objs) -lpcre2-posix -lpcre2-8
|
||||
|
||||
r$(progname) : r$(progname).in
|
||||
cat $(VPATH)/r$(progname).in > $@
|
Loading…
Add table
Add a link
Reference in a new issue