diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-12 18:54:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-12 18:54:05 +0000 |
commit | 315628cb0f29f57c975187177b2c94e3c2e0279b (patch) | |
tree | 554e64289402193804b369c925c963c5a289acc3 /app-benchmarks/cpuburn/files | |
parent | work around buggy patch version (bug #336004); clean old (diff) | |
download | gentoo-2-315628cb0f29f57c975187177b2c94e3c2e0279b.tar.gz gentoo-2-315628cb0f29f57c975187177b2c94e3c2e0279b.tar.bz2 gentoo-2-315628cb0f29f57c975187177b2c94e3c2e0279b.zip |
Version bump. Respect CC (bug #243516), LDFLAGS, CFLAGS. Do not strip. Remove pointless DEPEND.
(Portage version: 2.2_rc92/cvs/Linux i686)
Diffstat (limited to 'app-benchmarks/cpuburn/files')
-rw-r--r-- | app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch b/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch new file mode 100644 index 000000000000..97b8836c0af4 --- /dev/null +++ b/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch @@ -0,0 +1,7 @@ +--- Makefile.orig 2001-06-16 05:39:17.000000000 +0200 ++++ Makefile 2010-10-12 20:31:38.000000000 +0200 +@@ -1,3 +1,3 @@ + all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX + .S: +- gcc -s -nostdlib -o $@ $< ++ $(CC) $(CFLAGS) $(LDFLAGS) -nostdlib -o $@ $< |