diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-05-08 08:33:07 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-08 08:35:24 +0300 |
commit | 1a7d18f23403cefa32f8e06b25607f8886b6d1fd (patch) | |
tree | 31eaff29c6b89dcc0b646c24399f986d220af81a /sys-process/uksmd/files | |
parent | profile: Mask x11-libs/libXxf86misc for removal (diff) | |
download | gentoo-1a7d18f23403cefa32f8e06b25607f8886b6d1fd.tar.gz gentoo-1a7d18f23403cefa32f8e06b25607f8886b6d1fd.tar.bz2 gentoo-1a7d18f23403cefa32f8e06b25607f8886b6d1fd.zip |
sys-process/uksmd: remove old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process/uksmd/files')
-rw-r--r-- | sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch b/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch deleted file mode 100644 index 7e92204d4037..000000000000 --- a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur a/Makefile b/Makefile ---- a/Makefile 2019-05-19 16:36:31.000000000 +0300 -+++ b/Makefile 2019-07-24 18:12:29.444896030 +0300 -@@ -1,8 +1,8 @@ - PROG = uksmd - OBJS = uksmd.o --PREFIX ?= /usr/local --CFLAGS = -O3 -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt --LDFLAGS = -lprocps -+PREFIX ?= /usr -+CFLAGS += -Wextra -pedantic -fstack-protector-strong -fno-plt -+LDFLAGS += -lprocps - - all: build - |