summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-01-27 08:00:02 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-01-27 08:00:02 +0000
commitd563582fd6034d422de56c3143e2d5c1de526767 (patch)
treed9bc227380c720f89d609e5e3a9b6f8d69362847 /mail-client/mailx/files
parentadded ~ppc64 (diff)
downloadgentoo-2-d563582fd6034d422de56c3143e2d5c1de526767.tar.gz
gentoo-2-d563582fd6034d422de56c3143e2d5c1de526767.tar.bz2
gentoo-2-d563582fd6034d422de56c3143e2d5c1de526767.zip
Enforce the use of CFLAGS, #79655 reported by 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/digest-mailx-8.1.2.20040524-r12
-rw-r--r--mail-client/mailx/files/mailx-2004-cflags.diff11
2 files changed, 13 insertions, 0 deletions
diff --git a/mail-client/mailx/files/digest-mailx-8.1.2.20040524-r1 b/mail-client/mailx/files/digest-mailx-8.1.2.20040524-r1
new file mode 100644
index 000000000000..d2d11f45a6ef
--- /dev/null
+++ b/mail-client/mailx/files/digest-mailx-8.1.2.20040524-r1
@@ -0,0 +1,2 @@
+MD5 beb851e5eeb1d793c0674b37ea84fda1 mailx_8.1.2.orig.tar.gz 94950
+MD5 29a399e2b806ec45b989a62dbb83c8c3 mailx-20040524-cvs.diff.bz2 34358
diff --git a/mail-client/mailx/files/mailx-2004-cflags.diff b/mail-client/mailx/files/mailx-2004-cflags.diff
new file mode 100644
index 000000000000..14ee8f54f38c
--- /dev/null
+++ b/mail-client/mailx/files/mailx-2004-cflags.diff
@@ -0,0 +1,11 @@
+--- 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