diff options
author | khorben <khorben@pkgsrc.org> | 2016-04-05 21:00:20 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-04-05 21:00:20 +0000 |
commit | 6097c51573a9c59f99b715e346968fdf7ff090e4 (patch) | |
tree | 6b2688e6d043e571d3d1cb775cc6731162ad76a3 /time | |
parent | 79d32de1ca81fcc84360cef10ac5c4d91f2154bb (diff) | |
download | pkgsrc-6097c51573a9c59f99b715e346968fdf7ff090e4.tar.gz |
Remove unused patch
Diffstat (limited to 'time')
-rw-r--r-- | time/deforaos-todo/patches/patch-tools_Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/time/deforaos-todo/patches/patch-tools_Makefile b/time/deforaos-todo/patches/patch-tools_Makefile deleted file mode 100644 index 62d0c637241..00000000000 --- a/time/deforaos-todo/patches/patch-tools_Makefile +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-tools_Makefile,v 1.1 2015/08/31 00:18:33 khorben Exp $ - -Fix build with LDFLAGS set. - ---- tools/Makefile.orig 2015-08-31 00:01:33.000000000 +0000 -+++ tools/Makefile -@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib - CC = cc - CPPFLAGSF= - CPPFLAGS= --CFLAGSF = `pkg-config --cflags libDesktop Mailer` --CFLAGS = -W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all -+CFLAGSF = `pkg-config --cflags libDesktop Mailer` -fPIC -+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all - LDFLAGSF= `pkg-config --libs libDesktop` - AR = ar - RANLIB = ranlib |