summaryrefslogtreecommitdiff
path: root/sci-mathematics/spin/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-31 10:55:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-31 10:55:17 +0100
commit75fc75ae1f0481ffdb78450e801a9b443ba641bd (patch)
treecef96ea0860ae39a202bbf1e226100335209627d /sci-mathematics/spin/files
parent1173ad5704ce725916e0c332416aff326d850d06 (diff)
gentoo resync : 31.03.2018
Diffstat (limited to 'sci-mathematics/spin/files')
-rw-r--r--sci-mathematics/spin/files/spin-6.2.1-makefile.patch21
-rw-r--r--sci-mathematics/spin/files/spin-6.2.5-makefile.patch21
2 files changed, 0 insertions, 42 deletions
diff --git a/sci-mathematics/spin/files/spin-6.2.1-makefile.patch b/sci-mathematics/spin/files/spin-6.2.1-makefile.patch
deleted file mode 100644
index 9133f54f9fac..000000000000
--- a/sci-mathematics/spin/files/spin-6.2.1-makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- makefile.orig 2012-05-21 14:59:56.000000000 +0200
-+++ makefile 2012-05-21 15:00:47.000000000 +0200
-@@ -13,9 +13,6 @@
-
- # see also ./make_pc for a simpler script, not requiring make
-
--CC=gcc
--CFLAGS=-O2 -DNXT # on some systems add: -I/usr/include
--
- # CC=gcc -m32 # 32bit compilation on a 64bit system
- # for a more picky compilation use gcc-4 and:
- # CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g -DNXT -DPC
-@@ -43,7 +40,7 @@
- tl_mem.o tl_rewrt.o tl_cache.o
-
- spin: $(SPIN_OS) $(TL_OS) spin.o
-- $(CC) $(CFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS)
-
- spin.o: spin.y
- $(YACC) $(YFLAGS) spin.y
diff --git a/sci-mathematics/spin/files/spin-6.2.5-makefile.patch b/sci-mathematics/spin/files/spin-6.2.5-makefile.patch
deleted file mode 100644
index 585e78b6f550..000000000000
--- a/sci-mathematics/spin/files/spin-6.2.5-makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- makefile.orig 2013-05-05 01:21:02.000000000 +0200
-+++ makefile 2013-11-18 01:07:20.000000000 +0100
-@@ -13,9 +13,6 @@
-
- # see also ./make_pc for a simpler script, not requiring make
-
--CC=gcc
--CFLAGS=-O2 -DNXT # on some systems add: -I/usr/include
--
- # CFLAGS=-g -O2 -DNXT
-
- # CC=gcc -m32 # 32bit compilation on a 64bit system
-@@ -45,7 +42,7 @@
- tl_mem.o tl_rewrt.o tl_cache.o
-
- spin: $(SPIN_OS) $(TL_OS) spin.o
-- $(CC) $(CFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o spin spin.o $(SPIN_OS) $(TL_OS)
-
- spin.o: spin.y
- $(YACC) $(YFLAGS) spin.y