summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2017-01-04 00:21:54 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2017-01-04 00:22:45 +0300
commitbec662c3a5f548672f410ea6a02251a5e2159a5b (patch)
tree41a135f6d03dfcdd86dd547650e094944dd82c7c /sci-calculators
parentsci-calculators/wcalc: remove old (diff)
downloadgentoo-bec662c3a5f548672f410ea6a02251a5e2159a5b.tar.gz
gentoo-bec662c3a5f548672f410ea6a02251a5e2159a5b.tar.bz2
gentoo-bec662c3a5f548672f410ea6a02251a5e2159a5b.zip
sci-calculators/wcalc: remove unused patch
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/wcalc/files/wcalc-2.3.1-parallel-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-calculators/wcalc/files/wcalc-2.3.1-parallel-build.patch b/sci-calculators/wcalc/files/wcalc-2.3.1-parallel-build.patch
deleted file mode 100644
index 15ca95a2ae4a..000000000000
--- a/sci-calculators/wcalc/files/wcalc-2.3.1-parallel-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur Wcalc-2.3.1/Makefile.am Wcalc-2.3.1.new/Makefile.am
---- Wcalc-2.3.1/Makefile.am 2007-02-25 21:09:18.000000000 -0500
-+++ Wcalc-2.3.1.new/Makefile.am 2008-10-11 06:38:08.000000000 -0400
-@@ -1,6 +1,7 @@
- bin_PROGRAMS = wcalc
- AM_YFLAGS = -dt
- #AM_LFLAGS = -w
-+BUILT_SOURCES = parser.c
- wcalc_SOURCES = calculator.h variables.h string_manip.h help.h parser.y \
- string_manip.h historyManager.h files.h conversion.h \
- scanner.l help.c calculator.c string_manip.c historyManager.c \