diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-05-21 13:05:22 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-05-21 13:05:22 +0000 |
commit | 04f25000ffdc9359c19593944e7601f2142d859e (patch) | |
tree | 6375480c4303f9a26698d793dd5fe1394467a1ab /sci-mathematics/spin/files | |
parent | Remove USE="test" mask for app-text/asciidoc because media-sound/lilypond is ... (diff) | |
download | gentoo-2-04f25000ffdc9359c19593944e7601f2142d859e.tar.gz gentoo-2-04f25000ffdc9359c19593944e7601f2142d859e.tar.bz2 gentoo-2-04f25000ffdc9359c19593944e7601f2142d859e.zip |
Version bump. Remove old.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/spin/files')
-rw-r--r-- | sci-mathematics/spin/files/spin-6.2.1-makefile.patch | 21 |
1 files changed, 21 insertions, 0 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 new file mode 100644 index 000000000000..9133f54f9fac --- /dev/null +++ b/sci-mathematics/spin/files/spin-6.2.1-makefile.patch @@ -0,0 +1,21 @@ +--- 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 |