mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Ports: Update indent's patches to use git patches
This commit is contained in:
parent
aea8b8fd0f
commit
6058f623e9
3 changed files with 32 additions and 11 deletions
25
Ports/indent/patches/0001-Don-t-build-docs.patch
Normal file
25
Ports/indent/patches/0001-Don-t-build-docs.patch
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
From e8f990d19324dd80271db8626b72c57aaceb26b9 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Brendan Coles <bcoles@gmail.com>
|
||||||
|
Date: Mon, 9 Nov 2020 10:52:11 +0000
|
||||||
|
Subject: [PATCH] Don't build docs
|
||||||
|
|
||||||
|
---
|
||||||
|
Makefile.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
|
index cdf7999..ce49203 100644
|
||||||
|
--- a/Makefile.in
|
||||||
|
+++ b/Makefile.in
|
||||||
|
@@ -237,7 +237,7 @@ top_build_prefix = @top_build_prefix@
|
||||||
|
top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
AUTOMAKE_OPTIONS = no-texinfo.tex
|
||||||
|
-SUBDIRS = intl src doc po man
|
||||||
|
+SUBDIRS = intl src po
|
||||||
|
BUILT_SOURCES =
|
||||||
|
EXTRA_DIST = README \
|
||||||
|
config/config.rpath config/mkinstalldirs \
|
||||||
|
--
|
||||||
|
2.36.1
|
||||||
|
|
7
Ports/indent/patches/ReadMe.md
Normal file
7
Ports/indent/patches/ReadMe.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Patches for indent on SerenityOS
|
||||||
|
|
||||||
|
## `0001-Don-t-build-docs.patch`
|
||||||
|
|
||||||
|
Don't build docs
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- indent-2.2.11/Makefile.in.orig 2020-11-09 01:22:06.155330703 -0800
|
|
||||||
+++ indent-2.2.11/Makefile.in 2020-11-09 01:22:26.199212026 -0800
|
|
||||||
@@ -237,7 +237,7 @@
|
|
||||||
top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
AUTOMAKE_OPTIONS = no-texinfo.tex
|
|
||||||
-SUBDIRS = intl src doc po man
|
|
||||||
+SUBDIRS = intl src po
|
|
||||||
BUILT_SOURCES =
|
|
||||||
EXTRA_DIST = README \
|
|
||||||
config/config.rpath config/mkinstalldirs \
|
|
Loading…
Add table
Add a link
Reference in a new issue