mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
dos2unix: Introduce dos2unix port
Port the ubiquitous dos2unix tool to Serenity. Dos2Unix is a suite of tools for converting file line endings, from dos/mac to unix and unix to dos/mac.
This commit is contained in:
parent
5c511de4cc
commit
444a7eb929
3 changed files with 18 additions and 0 deletions
11
Ports/dos2unix/patches/Makefile.patch
Normal file
11
Ports/dos2unix/patches/Makefile.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- dos2unix-7.2.4/Makefile.orig 2021-12-06 22:52:37.468010400 -0700
|
||||
+++ dos2unix-7.2.4/Makefile 2021-12-06 22:53:25.508010400 -0700
|
||||
@@ -316,6 +316,8 @@
|
||||
EXTRA_DEFS += -Dhpux -D_HPUX_SOURCE
|
||||
endif
|
||||
|
||||
+LIBS_EXTRA = -lintl
|
||||
+
|
||||
|
||||
# ............................................................ flags ...
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue