diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-12-18 15:31:36 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-16 10:03:01 +0200 |
commit | fa43e15248402a234406e02133eaa9034ca64c61 (patch) | |
tree | 04a2e4feea3b8b306bc79b8a327da20b8f897e4c /net-misc/ubridge | |
parent | net-misc/gns3-gui: remove unused patch(es) (diff) | |
download | gentoo-fa43e15248402a234406e02133eaa9034ca64c61.tar.gz gentoo-fa43e15248402a234406e02133eaa9034ca64c61.tar.bz2 gentoo-fa43e15248402a234406e02133eaa9034ca64c61.zip |
net-misc/ubridge: remove unused patch
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18704
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/ubridge')
-rw-r--r-- | net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch b/net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch deleted file mode 100644 index ab64aa7d6bed..000000000000 --- a/net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Makefile 2018-03-16 09:15:10.528245830 +0500 -+++ b/Makefile 2018-03-21 08:52:45.984204240 +0500 -@@ -40,7 +40,7 @@ - - CC ?= gcc - --CFLAGS = -O3 -Wall -+CFLAGS += -Wall - - BINDIR = /usr/local/bin - -@@ -76,7 +76,7 @@ - ############################## - - $(NAME) : $(OBJ) -- $(CC) -o $(NAME) $(OBJ) $(LIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(NAME) $(OBJ) $(LIBS) - - .PHONY: clean - |