Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gamer/files/
Date: Sun, 29 Jan 2017 20:11:02
Message-Id: 1485720576.59157eb191523946fd0fad12e26efe09bf1608df.soap@gentoo
1 commit: 59157eb191523946fd0fad12e26efe09bf1608df
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:06:21 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59157eb1
7
8 sci-libs/gamer: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 sci-libs/gamer/files/1.5-underlinking.patch | 42 -----------------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/sci-libs/gamer/files/1.5-underlinking.patch b/sci-libs/gamer/files/1.5-underlinking.patch
16 deleted file mode 100644
17 index 6cd8c93..00000000
18 --- a/sci-libs/gamer/files/1.5-underlinking.patch
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 - src/aaa_lib/Makefile.am | 17 +++--------------
22 - 1 files changed, 3 insertions(+), 14 deletions(-)
23 -
24 -diff --git a/src/aaa_lib/Makefile.am b/src/aaa_lib/Makefile.am
25 -index de1d7c3..83e2e5c 100644
26 ---- a/src/aaa_lib/Makefile.am
27 -+++ b/src/aaa_lib/Makefile.am
28 -@@ -22,31 +22,20 @@ BASE_LIBS = ../base/libbase.la
29 - BIOM_LIBS = ../biom/libbiom.la
30 -
31 - TRIANGLE_LIBS = ../triangle/libtriangle.la
32 --#if BUILD_TRIANGLE
33 --LIBTRIANGLE = libtriangle.la
34 --#else
35 --#LIBTRIANGLE =
36 --#endif
37 -
38 - TETGEN_LIBS = ../tetgen/libtetgen.la
39 --#if BUILD_TETGEN
40 --LIBTETGEN = libtetgen.la
41 --#else
42 --#LIBTETGEN =
43 --#endif
44 -
45 --libdir = ${prefix}/lib
46 - lib_LTLIBRARIES = libgamer.la ${LIBTRIANGLE} ${LIBTETGEN}
47 -
48 - libgamer_la_SOURCES =
49 --libgamer_la_LIBADD = ${BASE_LIBS} ${BIOM_LIBS}
50 -+libgamer_la_LIBADD = ${BASE_LIBS} ${BIOM_LIBS} -lm -lstdc++ ${LIBTETGEN}
51 - libgamer_la_LDFLAGS = -version-info ${FETK_VERSION}
52 -
53 - libtriangle_la_SOURCES =
54 --libtriangle_la_LIBADD = ${TRIANGLE_LIBS}
55 -+libtriangle_la_LIBADD = ${TRIANGLE_LIBS} -lm
56 - libtriangle_la_LDFLAGS = -version-info ${FETK_VERSION}
57 -
58 - libtetgen_la_SOURCES =
59 --libtetgen_la_LIBADD = ${TETGEN_LIBS}
60 -+libtetgen_la_LIBADD = ${TETGEN_LIBS} -lm -lstdc++
61 - libtetgen_la_LDFLAGS = -version-info ${FETK_VERSION}
62 -