aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spin/makefile.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-29 23:12:02 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-30 00:22:51 -0300
commit82b013aef0c37087933f020d1cff75b41229f952 (patch)
tree88d1f3fbd19d04a057575bf5c0181e053e2609d9 /testing/spin/makefile.patch
parented13dd2a38b6af14e32fa71c5949f26b8818a311 (diff)
downloadaports-82b013aef0c37087933f020d1cff75b41229f952.tar.bz2
aports-82b013aef0c37087933f020d1cff75b41229f952.tar.xz
testing/spin: upgrade to 6.4.9
Diffstat (limited to 'testing/spin/makefile.patch')
-rw-r--r--testing/spin/makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/spin/makefile.patch b/testing/spin/makefile.patch
deleted file mode 100644
index 1e01f4f8d2..0000000000
--- a/testing/spin/makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Spin/Src6.4.5/makefile.orig
-+++ Spin/Src6.4.5/makefile
-@@ -7,8 +7,6 @@
- # see also ./make_pc for a simpler script not requiring make
- # for 32-bit compilation, use ./make32
-
--CC=gcc
--CFLAGS=-O2 -DNXT # on some systems add: -I/usr/include
- # on a PC: add -DPC
- # on Solaris: add -DSOLARIS
- # on a Mac: add -DMAC
-@@ -37,7 +35,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)
-
- install: spin
- cp spin /usr/local/bin