summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkhorben <khorben>2016-03-23 10:29:44 +0000
committerkhorben <khorben>2016-03-23 10:29:44 +0000
commitb8818bc415682cea0373b27ab709366a536ba24e (patch)
tree8eb8b982f7249edace2acd35d52003050042fcd0 /x11
parentf54c8f618bd543ff2582abe705bad5b46007c553 (diff)
downloadpkgsrc-b8818bc415682cea0373b27ab709366a536ba24e.tar.gz
Remove unused patch
Diffstat (limited to 'x11')
-rw-r--r--x11/deforaos-notes/patches/patch-tools_Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/deforaos-notes/patches/patch-tools_Makefile b/x11/deforaos-notes/patches/patch-tools_Makefile
deleted file mode 100644
index 75463099556..00000000000
--- a/x11/deforaos-notes/patches/patch-tools_Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-tools_Makefile,v 1.1 2015/09/01 00:28:03 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