Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/brlcad/files: brlcad-7.16.6-as-needed.patch brlcad-7.16.6-stl-headers.patch
Date: Thu, 25 Feb 2010 06:15:15
Message-Id: E1NkX0D-0003P5-HX@stork.gentoo.org
1 bicatali 10/02/25 06:15:13
2
3 Added: brlcad-7.16.6-as-needed.patch
4 brlcad-7.16.6-stl-headers.patch
5 Log:
6 Version bump and moved to the main tree
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-misc/brlcad/files/brlcad-7.16.6-as-needed.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/files/brlcad-7.16.6-as-needed.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/files/brlcad-7.16.6-as-needed.patch?rev=1.1&content-type=text/plain
14
15 Index: brlcad-7.16.6-as-needed.patch
16 ===================================================================
17 --- src/conv/step/Makefile.in.orig 2010-02-02 19:37:34.000000000 +0000
18 +++ src/conv/step/Makefile.in 2010-02-02 19:38:15.000000000 +0000
19 @@ -894,6 +894,11 @@
20 VolumeSiUnit.h \
21 VolumeUnit.h
22
23 +libstep2g_nil_la_LIBADD = \
24 + ${BU} \
25 + ${WDB} \
26 + ${RT} \
27 + ${STEP_LIBS}
28
29 # FIXME: these declarations are required for proper distchecking if
30 # the files do not exist before configure is run.
31 @@ -903,10 +908,6 @@
32
33 step_g_SOURCES =
34 step_g_LDADD = \
35 - ${BU} \
36 - ${WDB} \
37 - ${RT} \
38 - ${STEP_LIBS} \
39 libstep2g_nil.la
40
41
42
43
44
45 1.1 sci-misc/brlcad/files/brlcad-7.16.6-stl-headers.patch
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/files/brlcad-7.16.6-stl-headers.patch?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/brlcad/files/brlcad-7.16.6-stl-headers.patch?rev=1.1&content-type=text/plain
49
50 Index: brlcad-7.16.6-stl-headers.patch
51 ===================================================================
52 --- src/other/openNURBS/opennurbs_system.h.orig 2010-02-25 06:10:58.000000000 +0000
53 +++ src/other/openNURBS/opennurbs_system.h 2010-02-25 06:12:17.000000000 +0000
54 @@ -244,6 +244,7 @@
55 #define ON_CPLUSPLUS
56 #endif
57
58 +#include <cstddef>
59 #include <new> // for declaration of placement versions of new used in onClassArray<>.
60
61 #endif