Gentoo Archives: gentoo-commits

From: Chris Reffett <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/dwarf-fortress/files/
Date: Sun, 03 Jan 2016 01:09:19
Message-Id: 1451783315.a00413d84ff972c0c39fce670098b8c85b99441a.creffett@gentoo
1 commit: a00413d84ff972c0c39fce670098b8c85b99441a
2 Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 01:08:06 2016 +0000
4 Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 01:08:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00413d8
7
8 games-roguelike/dwarf-fortress: Fix running with GCC 5
9
10 Gentoo-Bug: 570292
11
12 Package-Manager: portage-2.2.26
13
14 games-roguelike/dwarf-fortress/files/Makefile | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/games-roguelike/dwarf-fortress/files/Makefile b/games-roguelike/dwarf-fortress/files/Makefile
18 index a0453a5..66e6401 100644
19 --- a/games-roguelike/dwarf-fortress/files/Makefile
20 +++ b/games-roguelike/dwarf-fortress/files/Makefile
21 @@ -17,7 +17,7 @@ OBJS := $(SRCS:.cpp=.o)
22 BLIBS := ncursesw openal sndfile
23 LIBS := glew glu gtk+-2.0 sdl SDL_image SDL_ttf zlib
24 CXXFLAGS ?= -O2 -pipe -Wall -Wextra
25 -CXXFLAGS += -m32 $(shell $(PKG_CONFIG) --cflags $(BLIBS) $(LIBS)) -Dunix -Dlinux -fPIC -std=c++11
26 +CXXFLAGS += -m32 $(shell $(PKG_CONFIG) --cflags $(BLIBS) $(LIBS)) -Dunix -Dlinux -fPIC -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0
27 LDLIBS := $(shell $(PKG_CONFIG) --libs $(LIBS))
28
29 LG := libs/libgraphics.so