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-electronics/ngspice/files/
Date: Wed, 01 Feb 2017 22:42:05
Message-Id: 1485988849.bd5fa342444bedd5a739dea6488f85d8366013a0.soap@gentoo
1 commit: bd5fa342444bedd5a739dea6488f85d8366013a0
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 31 17:44:49 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 22:40:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5fa342
7
8 sci-electronics/ngspice: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3740
11
12 .../ngspice/files/ngspice-23-flags.patch | 40 ----------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/sci-electronics/ngspice/files/ngspice-23-flags.patch b/sci-electronics/ngspice/files/ngspice-23-flags.patch
16 deleted file mode 100644
17 index ad5c231..00000000
18 --- a/sci-electronics/ngspice/files/ngspice-23-flags.patch
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -diff -Nadurp ngspice-23.orig//configure.ac ngspice-23/configure.ac
22 ---- ngspice-23.orig//configure.ac 2011-05-30 12:47:05.000000000 -0600
23 -+++ ngspice-23/configure.ac 2011-07-14 10:47:14.668378976 -0600
24 -@@ -203,10 +203,10 @@ dnl the above AC_PROG_CC may set CFLAGS
25 - if test "$enable_debug" = "no"; then
26 - if test "x$GCC" = "xyes"; then
27 - AC_MSG_WARN(Removing debugging option!)
28 -- CFLAGS="$ext_CFLAGS -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wimplicit-function-declaration -Wnested-externs -Wold-style-definition -Wredundant-decls -s"
29 -+ CFLAGS="$ext_CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wimplicit-function-declaration -Wnested-externs -Wold-style-definition -Wredundant-decls"
30 - else
31 - AC_MSG_WARN(Removing debugging option!)
32 -- CFLAGS="$ext_CFLAGS -O2"
33 -+ CFLAGS="$ext_CFLAGS"
34 - fi
35 - else
36 - AC_DEFINE(NGDEBUG,1,[Compile with debug info])
37 -diff -Nadurp ngspice-23.orig//src/xspice/icm/makedefs.in ngspice-23/src/xspice/icm/makedefs.in
38 ---- ngspice-23.orig//src/xspice/icm/makedefs.in 2011-01-25 11:34:11.000000000 -0700
39 -+++ ngspice-23/src/xspice/icm/makedefs.in 2011-07-14 10:58:25.521002437 -0600
40 -@@ -41,16 +41,16 @@ endif
41 - CMPP = $(top_builddir)/src/xspice/cmpp/cmpp
42 -
43 - # Flags to use when linking shared library
44 --LDFLAGS = -shared
45 -+LDFLAGS += -shared
46 - ifeq ($(ISMINGW), 1)
47 -- LDFLAGS = -shared @LDFLAGS@
48 -+ LDFLAGS += -shared @LDFLAGS@
49 - endif
50 - ifeq "$(strip $(uname))" "Darwin"
51 -- LDFLAGS = -bundle -flat_namespace -undefined suppress
52 -+ LDFLAGS += -bundle -flat_namespace -undefined suppress
53 - endif
54 - ifeq "$(strip $(uname))" "SunOS"
55 - ifneq "$(CC)" "gcc"
56 -- LDFLAGS = -G
57 -+ LDFLAGS += -G
58 - endif
59 - endif
60 -