summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-01-27 21:18:46 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-01-27 21:18:46 +0000
commitc3f2729d21d477d9ff93b7022b51d7d8a68567f4 (patch)
tree3c8fd8c8065d87766b24a5638ff5d071d3afe4ac /mail-client/mailx/files
parentinitial import (diff)
downloadgentoo-2-c3f2729d21d477d9ff93b7022b51d7d8a68567f4.tar.gz
gentoo-2-c3f2729d21d477d9ff93b7022b51d7d8a68567f4.tar.bz2
gentoo-2-c3f2729d21d477d9ff93b7022b51d7d8a68567f4.zip
Removed the patch in favor of sed. Still #79655 (hope this finally closes it). Thanks to Stefan Briesenick <sbriesen@gmx.de>
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-client/mailx/files')
-rw-r--r--mail-client/mailx/files/mailx-2004-cflags.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail-client/mailx/files/mailx-2004-cflags.diff b/mail-client/mailx/files/mailx-2004-cflags.diff
deleted file mode 100644
index 14ee8f54f38c..000000000000
--- a/mail-client/mailx/files/mailx-2004-cflags.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.old 2005-01-27 08:50:34.910805608 +0100
-+++ Makefile 2005-01-27 08:51:29.803460656 +0100
-@@ -3,7 +3,7 @@
- PROG=mail
- CC=gcc
-
--CFLAGS=-D_BSD_SOURCE -DDEBIAN -g -Wall -IEXT
-+CFLAGS=-D_BSD_SOURCE -DDEBIAN -g -Wall -IEXT $(EXTRAFLAGS)
-
- ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0