Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/free42/files: free42-1.5.4-fix-makefile.patch
Date: Wed, 24 Sep 2014 13:02:17
Message-Id: 20140924130213.8D2A561FE@oystercatcher.gentoo.org
1 nimiux 14/09/24 13:02:13
2
3 Added: free42-1.5.4-fix-makefile.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
8
9 Revision Changes Path
10 1.1 app-emulation/free42/files/free42-1.5.4-fix-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/files/free42-1.5.4-fix-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/free42/files/free42-1.5.4-fix-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: free42-1.5.4-fix-makefile.patch
16 ===================================================================
17 diff -Nuar a/gtk/Makefile b/gtk/Makefile
18 --- a/gtk/Makefile 2014-06-21 19:46:55.000000000 +0200
19 +++ b/gtk/Makefile 2014-06-24 00:03:38.719906032 +0200
20 @@ -19,7 +19,6 @@
21 -Wall \
22 -Wno-parentheses \
23 -Wno-write-strings \
24 - -g \
25 -I/usr/X11R6/include \
26 -fno-exceptions \
27 -fno-rtti \
28 @@ -30,14 +29,11 @@
29 -DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS=1 \
30 -DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \
31 -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 \
32 - -D_WCHAR_T_DEFINED
33 + -D_WCHAR_T_DEFINED \
34 + ${CXXFLAGS}
35
36 -LDFLAGS = -L/usr/X11R6/lib
37 -LIBS := gcc111libbid-$(shell uname -m).a -lXmu $(shell pkg-config --libs gtk+-2.0)
38 -
39 -ifeq "$(shell uname -s)" "Linux"
40 -LDFLAGS += -Wl,--hash-style=both
41 -endif
42 +LDFLAGS := -L/usr/X11R6/lib ${LDFLAGS}
43 +LIBS := gcc111libbid-$(shell uname -m).a -lXmu -lX11 -ldl -lpthread $(shell pkg-config --libs gtk+-2.0)
44
45 SRCS = shell_main.cc shell_skin.cc skins.cc keymap.cc shell_loadimage.cc \
46 shell_spool.cc core_main.cc core_commands1.cc core_commands2.cc \