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

Collapse All | Expand All

(-)a/Makefile (-3 / +1 lines)
Lines 8-14 ui = ui_qt Link Here
8
8
9
c     := $(compiler)
9
c     := $(compiler)
10
cpp   := $(subst cc,++,$(compiler))
10
cpp   := $(subst cc,++,$(compiler))
11
flags := -O3 -fomit-frame-pointer -Ilib
11
flags := $(CXXFLAGS) -fomit-frame-pointer -Ilib
12
link  :=
12
link  :=
13
13
14
# profile-guided instrumentation:
14
# profile-guided instrumentation:
Lines 23-30 link := Link Here
23
################
23
################
24
24
25
ifeq ($(platform),x)
25
ifeq ($(platform),x)
26
  link += -s
27
28
  ruby := video.glx video.xv video.qtraster video.sdl
26
  ruby := video.glx video.xv video.qtraster video.sdl
29
  ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao
27
  ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao
30
  ruby += input.sdl input.x
28
  ruby += input.sdl input.x

Return to bug 254471