pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jhead/patches jhead: remove unused patch afte...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57fc75d12c82
branches:  trunk
changeset: 417293:57fc75d12c82
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 07 08:07:58 2019 +0000

description:
jhead: remove unused patch after update

diffstat:

 graphics/jhead/patches/patch-makefile |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 0c372468d480 -r 57fc75d12c82 graphics/jhead/patches/patch-makefile
--- a/graphics/jhead/patches/patch-makefile     Thu Nov 07 03:28:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-makefile,v 1.1 2017/07/12 12:21:56 wiz Exp $
-
-Honor LDFLAGS for RELRO builds.
-
---- makefile.orig      2015-02-02 22:24:06.000000000 +0000
-+++ makefile
-@@ -14,7 +14,7 @@ $(OBJ)/%.o:$(SRC)/%.c
-       ${CC} $(CFLAGS) -c $< -o $@
- 
- jhead: $(objs) jhead.h
--      ${CC} -o jhead $(objs) -lm
-+      ${CC} ${LDFLAGS} -o jhead $(objs) -lm
- 
- clean:
-       rm -f $(objs) jhead



Home | Main Index | Thread Index | Old Index