diff options
author | khorben <khorben@pkgsrc.org> | 2016-03-23 10:29:44 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-03-23 10:29:44 +0000 |
commit | e2110e84ad6f16c0fcf87a1aff4b3466a13352f6 (patch) | |
tree | 8eb8b982f7249edace2acd35d52003050042fcd0 /x11 | |
parent | 6bfe0a419a7fcf129cad9f0bdc7b960416c09372 (diff) | |
download | pkgsrc-e2110e84ad6f16c0fcf87a1aff4b3466a13352f6.tar.gz |
Remove unused patch
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deforaos-notes/patches/patch-tools_Makefile | 17 |
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 |