diff options
Diffstat (limited to 'app-arch/bzip2/files/bzip2-1.0.6-r7-checkenv.patch')
-rw-r--r-- | app-arch/bzip2/files/bzip2-1.0.6-r7-checkenv.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/bzip2/files/bzip2-1.0.6-r7-checkenv.patch b/app-arch/bzip2/files/bzip2-1.0.6-r7-checkenv.patch new file mode 100644 index 0000000000..205515adc4 --- /dev/null +++ b/app-arch/bzip2/files/bzip2-1.0.6-r7-checkenv.patch @@ -0,0 +1,21 @@ +--- Makefile 2005-02-17 05:28:24.000000000 -0600 ++++ Makefile-new 2005-10-12 20:26:29.000000000 -0500 +@@ -42,12 +42,12 @@ + + check: test + test: bzip2 +- ./bzip2 -1 < sample1.ref > sample1.rb2 +- ./bzip2 -2 < sample2.ref > sample2.rb2 +- ./bzip2 -3 < sample3.ref > sample3.rb2 +- ./bzip2 -d < sample1.bz2 > sample1.tst +- ./bzip2 -d < sample2.bz2 > sample2.tst +- ./bzip2 -ds < sample3.bz2 > sample3.tst ++ $(TESTENV) ./bzip2 -1 < sample1.ref > sample1.rb2 ++ $(TESTENV) ./bzip2 -2 < sample2.ref > sample2.rb2 ++ $(TESTENV) ./bzip2 -3 < sample3.ref > sample3.rb2 ++ $(TESTENV) ./bzip2 -d < sample1.bz2 > sample1.tst ++ $(TESTENV) ./bzip2 -d < sample2.bz2 > sample2.tst ++ $(TESTENV) ./bzip2 -ds < sample3.bz2 > sample3.tst + cmp sample1.bz2 sample1.rb2 + cmp sample2.bz2 sample2.rb2 + cmp sample3.bz2 sample3.rb2 |