Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/unace/files: unace-2.5-build.patch
Date: Sat, 29 Mar 2008 20:48:43
Message-Id: E1Jfhyj-00083L-0K@stork.gentoo.org
1 vapier 08/03/29 20:48:41
2
3 Added: unace-2.5-build.patch
4 Log:
5 Version bump to build with source code #214216 by Robert Buchholz.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 app-arch/unace/files/unace-2.5-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unace/files/unace-2.5-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unace/files/unace-2.5-build.patch?rev=1.1&content-type=text/plain
13
14 Index: unace-2.5-build.patch
15 ===================================================================
16 --- makefile
17 +++ makefile
18 @@ -14,17 +14,16 @@
19 SRCSsl = $(BASIC_DIR)source
20 SRCS = $(SRCSsl)/
21
22 +ifdef SYSINC
23 INCLSYSDIR = //usr/include/sys
24 INCLDIR = //usr/include
25 -
26 -DEFINES = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
27 -
28 -ifdef DEBUG
29 -LSWITCHES =
30 +INCLS = -I$(INCLDIR) -idirafter $(INCLSYSDIR)
31 else
32 -LSWITCHES = -Wl,-s
33 +INCLS =
34 endif
35
36 +DEFINES = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
37 +
38 ##############################################################################
39 all: unace
40
41 @@ -47,7 +46,7 @@
42 $(APPS_UNACEEXE_CFILES)
43
44 unace: $(UNACEEXELIN_CFILES)
45 - $(CC) $(CFLAGS) $(LSWITCHES) -I$(INCLDIR) -idirafter $(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
46 + $(CC) $(CFLAGS) $(LDFLAGS) $(INCLS) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
47 ifndef DEBUG
48 tar cfvz linunace25.tgz unace file_id.diz licence
49 #sh linpack.sh
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list