diff options
author | wiz <wiz@pkgsrc.org> | 2019-11-07 08:07:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-11-07 08:07:58 +0000 |
commit | e543889c6f882b69111c17d08476c04fd10f6d2b (patch) | |
tree | 2d1f740aa02f63dbd837795908899072d70819b6 /graphics/jhead/patches | |
parent | 3fce478294a77e165774ad50fbb3ffb3d2765dcf (diff) | |
download | pkgsrc-e543889c6f882b69111c17d08476c04fd10f6d2b.tar.gz |
jhead: remove unused patch after update
Diffstat (limited to 'graphics/jhead/patches')
-rw-r--r-- | graphics/jhead/patches/patch-makefile | 15 |
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 |