commit: 296f1281df6e4865ce9d7e87fa223b43a6f19ae9 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 3 15:25:55 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 4 21:21:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296f1281
sys-fs/quotatool: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3791 .../quotatool/files/quotatool-1.4.11-ldflags.patch | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/sys-fs/quotatool/files/quotatool-1.4.11-ldflags.patch b/sys-fs/quotatool/files/quotatool-1.4.11-ldflags.patch deleted file mode 100644 index 4f02822..00000000 --- a/sys-fs/quotatool/files/quotatool-1.4.11-ldflags.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: quotatool-1.4.11/local.mk.in -=================================================================== ---- quotatool-1.4.11.orig/local.mk.in -+++ quotatool-1.4.11/local.mk.in -@@ -17,7 +17,8 @@ SHELL := /bin/sh - - CC := @CC@ - CFLAGS := @CFLAGS@ --CPPFLAGS = $(inc) @DEFS@ -+LDFLAGS := @LDFLAGS@ -+CPPFLAGS = @CPPFLAGS@ $(inc) @DEFS@ - - - INSTALL := @INSTALL@ -Index: quotatool-1.4.11/Makefile -=================================================================== ---- quotatool-1.4.11.orig/Makefile -+++ quotatool-1.4.11/Makefile -@@ -58,7 +58,7 @@ subdirs := src - # compile the program (and the objects) - all: $(prog) - $(prog): $(objs) -- $(CC) -o $(prog) $(objs) $(libs) $(CFLAGS) -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $(prog) $(objs) $(libs) - - -
