From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/fbpdf/files/fbpdf-0_p20161202-format.patch | 14 ++++++++++++++ app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 app-text/fbpdf/files/fbpdf-0_p20161202-format.patch create mode 100644 app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch (limited to 'app-text/fbpdf/files') diff --git a/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch b/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch new file mode 100644 index 000000000000..0b48d6bff020 --- /dev/null +++ b/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch @@ -0,0 +1,14 @@ +diff --git a/fbpdf.c b/fbpdf.c +index 6caa08f..48d12f5 100644 +--- a/fbpdf.c ++++ b/fbpdf.c +@@ -343,3 +343,3 @@ static void mainloop(void) + static char *usage = +- "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename\n"; ++ "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename"; + +@@ -349,3 +349,3 @@ int main(int argc, char *argv[]) + if (argc < 2) { +- printf(usage); ++ puts(usage); + return 1; diff --git a/app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch b/app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch new file mode 100644 index 000000000000..070b7c72ea26 --- /dev/null +++ b/app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch @@ -0,0 +1,9 @@ +diff --git a/Makefile b/Makefile +index f986689..374837f 100644 +--- a/Makefile ++++ b/Makefile +@@ -13,3 +13,3 @@ clean: + fbpdf: fbpdf.o mupdf.o draw.o +- $(CC) -o $@ $^ $(LDFLAGS) -lmupdf -lmupdfthird -lcrypto -lm ++ $(CC) -o $@ $^ $(LDFLAGS) -lmupdf -lcrypto -lm + -- cgit v1.2.3