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/cb424aa921f2
branches: trunk
changeset: 343635:cb424aa921f2
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 381623825909 -r cb424aa921f2 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