summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-11-07 08:07:58 +0000
committerwiz <wiz@pkgsrc.org>2019-11-07 08:07:58 +0000
commite543889c6f882b69111c17d08476c04fd10f6d2b (patch)
tree2d1f740aa02f63dbd837795908899072d70819b6
parent3fce478294a77e165774ad50fbb3ffb3d2765dcf (diff)
downloadpkgsrc-e543889c6f882b69111c17d08476c04fd10f6d2b.tar.gz
jhead: remove unused patch after update
-rw-r--r--graphics/jhead/patches/patch-makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/jhead/patches/patch-makefile b/graphics/jhead/patches/patch-makefile
deleted file mode 100644
index f308809afc3..00000000000
--- a/graphics/jhead/patches/patch-makefile
+++ /dev/null
@@ -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