summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-08-13 21:29:04 +0000
committerThomas Sachau <tommy@gentoo.org>2010-08-13 21:29:04 +0000
commit5ba2f1eea157968c7cefead637175a953d6a6457 (patch)
treea77ebc43beee046bd328f35daa307dc4d14757fa /app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch
parentapp-editors/gummi: Remove old version (diff)
downloadsunrise-5ba2f1eea157968c7cefead637175a953d6a6457.tar.gz
sunrise-5ba2f1eea157968c7cefead637175a953d6a6457.tar.bz2
sunrise-5ba2f1eea157968c7cefead637175a953d6a6457.zip
app-text/odt2txt: Drop unused patch
svn path=/sunrise/; revision=11137
Diffstat (limited to 'app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch')
-rw-r--r--app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch b/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch
deleted file mode 100644
index aabad382c..000000000
--- a/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2010-06-09 09:22:44.000000000 +0200
-+++ Makefile 2010-06-09 09:26:05.000000000 +0200
-@@ -7,7 +7,8 @@
- #LDFLAGS = -lefence
- LDFLAGS += -g
- else
--CFLAGS = -O2
-+CFLAGS += -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIE
-+LDFLAGS += -fPIE -pie -Wl,-z,relro,-z,now
- endif
-
- ifdef NO_ICONV