public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/hyx/files/
@ 2024-05-26 21:31 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2024-05-26 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e6e047ba2e070833d3247240a9ff9c8790acfcac
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 26 08:52:13 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:29:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e047ba

app-editors/hyx: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-editors/hyx/files/hyx-ldflags.patch | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/app-editors/hyx/files/hyx-ldflags.patch b/app-editors/hyx/files/hyx-ldflags.patch
deleted file mode 100644
index 714e76a795db..000000000000
--- a/app-editors/hyx/files/hyx-ldflags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Naur hyx-2021.06.09.org/Makefile hyx-2021.06.09/Makefile
---- hyx-2021.06.09.org/Makefile	2021-06-09 18:09:18.000000000 +0200
-+++ hyx-2021.06.09/Makefile	2022-08-31 08:20:27.711819466 +0200
-@@ -1,18 +1,19 @@
- 
- all: CFLAGS ?= -O2 -Wl,-s \
--               -Wl,-z,relro,-z,now -fpic -pie -D_FORTIFY_SOURCE=2 -fstack-protector-all
--all: CFLAGS += -std=c99 -pedantic -Wall -Wextra -DNDEBUG
-+               -std=c99 -pedantic -Wall -Wextra -DNDEBUG
-+all: LDFLAGS ?= -Wl,-z,relro,-z,now -fpic -pie -D_FORTIFY_SOURCE=2 -fstack-protector-all
- all: hyx
- 
- debug: CFLAGS ?= -O0 -g \
-                  -fsanitize=undefined \
--                 -Wl,-z,relro,-z,now -fpic -pie -fstack-protector-all
--debug: CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
-+                 -std=c99 -pedantic -Wall -Wextra -Werror
-+debug: LDFLAGS ?= -Wl,-z,relro,-z,now -fpic -pie -fstack-protector-all
- debug: hyx
- 
- hyx: *.h *.c
- 	$(CC) \
- 		$(CFLAGS) \
-+		$(LDFLAGS) \
- 		hyx.c common.c blob.c history.c view.c input.c \
- 		-o hyx
- 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-26 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-26 21:31 [gentoo-commits] repo/gentoo:master commit in: app-editors/hyx/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox