summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorkhorben <khorben>2016-04-05 21:00:20 +0000
committerkhorben <khorben>2016-04-05 21:00:20 +0000
commit7e2ddf4abcb01138271a1bb55871ba268e2b10cf (patch)
tree6b2688e6d043e571d3d1cb775cc6731162ad76a3 /time
parent5c3231f52583158c01e48f1c50e2419e6016102e (diff)
downloadpkgsrc-7e2ddf4abcb01138271a1bb55871ba268e2b10cf.tar.gz
Remove unused patch
Diffstat (limited to 'time')
-rw-r--r--time/deforaos-todo/patches/patch-tools_Makefile17
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