summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2016-01-09 12:59:54 +0100
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2016-01-09 13:00:49 +0100
commit4ab1ec46b906ee138dabf798d8b48ed4a7fcd580 (patch)
tree61921e1953a1b78b232d01f08e99ec15d02d877e /sci-mathematics/spin/files/spin-6.4.5-makefile.patch
parentwww-apps/moodle: version bumps 2.7.12, 2.8.10, 2.9.4, 3.0.1 (diff)
downloadgentoo-4ab1ec46b906ee138dabf798d8b48ed4a7fcd580.tar.gz
gentoo-4ab1ec46b906ee138dabf798d8b48ed4a7fcd580.tar.bz2
gentoo-4ab1ec46b906ee138dabf798d8b48ed4a7fcd580.zip
sci-mathematics/spin: version bump (6.4.5); now the license is BSD
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-mathematics/spin/files/spin-6.4.5-makefile.patch')
-rw-r--r--sci-mathematics/spin/files/spin-6.4.5-makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-mathematics/spin/files/spin-6.4.5-makefile.patch b/sci-mathematics/spin/files/spin-6.4.5-makefile.patch
new file mode 100644
index 000000000000..64b76ec484f0
--- /dev/null
+++ b/sci-mathematics/spin/files/spin-6.4.5-makefile.patch
@@ -0,0 +1,20 @@
+--- makefile.orig 2016-01-09 12:51:10.260008241 +0100
++++ makefile 2016-01-09 12:52:04.666673549 +0100
+@@ -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