summaryrefslogtreecommitdiff
path: root/net-misc/ubridge/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /net-misc/ubridge/files
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'net-misc/ubridge/files')
-rw-r--r--net-misc/ubridge/files/ubridge-0.9.14-respect-flags.patch20
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
-