Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/uksmd/files/
Date: Thu, 08 Aug 2019 15:10:52
Message-Id: 1565276983.632af72c4a809e6d814fdfd4c6a474e8d6f9fbd8.juippis@gentoo
1 commit: 632af72c4a809e6d814fdfd4c6a474e8d6f9fbd8
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 15:09:43 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 15:09:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632af72c
7
8 sys-process/uksmd: remove old patch file
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 .../files/uksmd-0_p20190726-respect-cflags-ldflags.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/sys-process/uksmd/files/uksmd-0_p20190726-respect-cflags-ldflags.patch b/sys-process/uksmd/files/uksmd-0_p20190726-respect-cflags-ldflags.patch
16 deleted file mode 100644
17 index 7e92204d403..00000000000
18 --- a/sys-process/uksmd/files/uksmd-0_p20190726-respect-cflags-ldflags.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -diff -Naur a/Makefile b/Makefile
22 ---- a/Makefile 2019-05-19 16:36:31.000000000 +0300
23 -+++ b/Makefile 2019-07-24 18:12:29.444896030 +0300
24 -@@ -1,8 +1,8 @@
25 - PROG = uksmd
26 - OBJS = uksmd.o
27 --PREFIX ?= /usr/local
28 --CFLAGS = -O3 -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt
29 --LDFLAGS = -lprocps
30 -+PREFIX ?= /usr
31 -+CFLAGS += -Wextra -pedantic -fstack-protector-strong -fno-plt
32 -+LDFLAGS += -lprocps
33 -
34 - all: build
35 -