Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60392 | Differences between
and this patch

Collapse All | Expand All

(-)MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.common (-1 / +2 lines)
Lines 37-44 Link Here
37
37
38
38
39
39
40
CXXFLAGS ?=
41
COMPILE_FLAGS = -Wall ${CXXFLAGS} ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG}
40
42
41
COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG}
42
43
43
44
44
COMPILE = ${GXX} ${COMPILE_FLAGS} -c
45
COMPILE = ${GXX} ${COMPILE_FLAGS} -c
(-)MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.GnuLinuxX86 (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
23
24
# All platforms but OSX support g++ and need no linker hacks
24
# All platforms but OSX support g++ and need no linker hacks
25
GXX=g++ 
25
GXX?=g++ 
26
LINK_FLAGS = 
26
LINK_FLAGS = 
27
27
28
28
(-)MUTE_fileSharing-0.5_UnixSource~/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all (+2 lines)
Lines 47-52 Link Here
47
47
48
ROOT_PATH = ../../../../..
48
ROOT_PATH = ../../../../..
49
49
50
WX_CONFIG?="/usr/bin/wx-config"
51
WX_CONFIG_LOCATION=${WX_CONFIG}
50
WX_LIBS = $(shell ${WX_CONFIG_LOCATION} --libs)
52
WX_LIBS = $(shell ${WX_CONFIG_LOCATION} --libs)
51
WX_COMPILE_FLAGS = $(shell ${WX_CONFIG_LOCATION} --cxxflags)
53
WX_COMPILE_FLAGS = $(shell ${WX_CONFIG_LOCATION} --cxxflags)
52
54

Return to bug 60392