diff options
author | Thomas Kahle <tomka@gentoo.org> | 2016-09-16 16:07:13 +0200 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2016-09-16 16:07:13 +0200 |
commit | 885545b385ffdd5cad49ee42f5a6d2b6d9dbabb9 (patch) | |
tree | e85043518c1c46f1dd1d468a7abe70743388fcb1 /sci-mathematics | |
parent | sci-mathematics/singular: bump to 4.0.3 and EAPI=6 (diff) | |
download | gentoo-885545b385ffdd5cad49ee42f5a6d2b6d9dbabb9.tar.gz gentoo-885545b385ffdd5cad49ee42f5a6d2b6d9dbabb9.tar.bz2 gentoo-885545b385ffdd5cad49ee42f5a6d2b6d9dbabb9.zip |
sci-mathematics/singular: remove unneeded patches
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch | 14 | ||||
-rw-r--r-- | sci-mathematics/singular/files/singular-3.1.3.3.make_parallel.2.patch | 45 |
2 files changed, 0 insertions, 59 deletions
diff --git a/sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch b/sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch deleted file mode 100644 index e0c54f465548..000000000000 --- a/sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -r -u src/kernel/mod_raw.cc src.osx/kernel/mod_raw.cc ---- src/kernel/mod_raw.cc 2011-04-25 08:25:05.000000000 +0200 -+++ src.osx/kernel/mod_raw.cc 2011-10-10 10:47:17.000000000 +0200 -@@ -172,6 +172,10 @@ - #define HAVE_ELF_SYSTEM - #endif - -+#if defined(ppcMac_darwin) -+#define HAVE_ELF_SYSTEM -+#endif -+ - #if defined(ix86Mac_darwin) - #define HAVE_ELF_SYSTEM - #endif diff --git a/sci-mathematics/singular/files/singular-3.1.3.3.make_parallel.2.patch b/sci-mathematics/singular/files/singular-3.1.3.3.make_parallel.2.patch deleted file mode 100644 index 8eeaed88d9fb..000000000000 --- a/sci-mathematics/singular/files/singular-3.1.3.3.make_parallel.2.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -ru src/Makefile.in src.parallel/Makefile.in ---- src/Makefile.in 2011-08-10 19:47:17.000000000 +0200 -+++ src.parallel/Makefile.in 2011-12-10 13:40:18.000000000 +0100 -@@ -146,14 +146,14 @@ - rm -rf configure - - clean mostlyclean: local-clean -- $(recurse) -+ +$(recurse) - - distclean: local-distclean -- $(recurse) -+ +$(recurse) - rm -rf build - - maintainer-clean: uninstall local-maintainer-clean -- $(recurse) -+ +$(recurse) - - ############################################################## - # some extra targets for the specific packages -diff -ru src/Singular/Makefile.in src.parallel/Singular/Makefile.in ---- src/Singular/Makefile.in 2011-09-30 12:10:15.000000000 +0200 -+++ src.parallel/Singular/Makefile.in 2011-12-10 13:39:41.000000000 +0100 -@@ -413,7 +413,7 @@ - - cntrlc.o cntrlc.og : feOptES.inc feOptTS.inc feOpt.inc version.h - --misc_ip.o emacs.o tesths.o: version.h -+misc_ip.o emacs.o tesths.o: feOpt.inc version.h - - claptmpl.o: claptmpl.cc mod2.h - ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -c $< -diff -ru src/kernel/Makefile.in src.parallel/kernel/Makefile.in ---- src/kernel/Makefile.in 2011-05-18 09:37:59.000000000 +0200 -+++ src.parallel/kernel/Makefile.in 2011-12-10 13:39:41.000000000 +0100 -@@ -243,7 +243,7 @@ - - # Hmm compiling with -fomit-frame-pointer resulted in access violation - # under cygwin --prCopy.o: prCopy.inc -+prCopy.o prCopy.og prCopy.op: prCopy.inc - - prCopy.inc : prCopyMacros.h prCopyTemplate.cc prCopy.pl - $(PERL) prCopy.pl > prCopy.xx && mv prCopy.xx prCopy.inc |