mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Ports: Add flex and pcre2 ports
This commit is contained in:
parent
ca413a5b50
commit
b8b2b30102
11 changed files with 134 additions and 0 deletions
20
Ports/flex/patches/fix-src-Makefile-in.patch
Normal file
20
Ports/flex/patches/fix-src-Makefile-in.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- flex-2.6.4/src/Makefile.in.orig Thu Jan 23 23:27:22 2020
|
||||
+++ flex-2.6.4/src/Makefile.in Thu Jan 23 23:27:51 2020
|
||||
@@ -350,7 +350,7 @@
|
||||
LTLIBINTL = @LTLIBINTL@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
||||
-M4 = @M4@
|
||||
+M4 = /usr/local/bin/m4
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
@@ -444,7 +444,7 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
AM_YFLAGS = -d
|
||||
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
|
||||
-m4 = @M4@
|
||||
+m4 = /usr/local/bin/m4
|
||||
@ENABLE_LIBFL_TRUE@lib_LTLIBRARIES = libfl.la
|
||||
libfl_la_SOURCES = \
|
||||
libmain.c \
|
Loading…
Add table
Add a link
Reference in a new issue