Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/spin/files: spin-6.0.1-makefile.patch
Date: Sat, 01 Jan 2011 15:57:18
Message-Id: 20110101155709.2A44C20057@flycatcher.gentoo.org
1 phajdan.jr 11/01/01 15:57:09
2
3 Added: spin-6.0.1-makefile.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 sci-mathematics/spin/files/spin-6.0.1-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/files/spin-6.0.1-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/spin/files/spin-6.0.1-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: spin-6.0.1-makefile.patch
16 ===================================================================
17 --- makefile.orig 2011-01-01 16:51:18.000000000 +0100
18 +++ makefile 2011-01-01 16:52:00.000000000 +0100
19 @@ -13,9 +13,6 @@
20
21 # see also ./make_pc for a simpler script, not requiring make
22
23 -CC=gcc
24 -CFLAGS=-O2 -ansi -DNXT -D_POSIX_SOURCE -Wno-format-security # on some systems add: -I/usr/include
25 -
26 # CC=cc -m32 # for 32bit compilation on a 64bit system (not recommended)
27 # for a more picky compilation use gcc-4 and:
28 # CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g -DNXT -DPC
29 @@ -43,7 +40,7 @@
30 tl_mem.o tl_rewrt.o tl_cache.o
31
32 spin: $(SPIN_OS) $(TL_OS)
33 - $(CC) $(CFLAGS) -o spin $(SPIN_OS) $(TL_OS)
34 + $(CC) $(CFLAGS) $(LDFLAGS) -o spin $(SPIN_OS) $(TL_OS)
35
36 spin.o: spin.y
37 $(YACC) $(YFLAGS) spin.y