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

Collapse All | Expand All

(-)examples/Demo/Makefile.orig (-2 / +2 lines)
Lines 2-10 Link Here
2
# Handwritten by me, made with Kate. So it is far from being perfect. :)
2
# Handwritten by me, made with Kate. So it is far from being perfect. :)
3
3
4
CXX = g++
4
CXX = g++
5
CPPFLAGS = -I"../../include" -I"/usr/X11R6/include"
5
CPPFLAGS = -I"/usr/include/irrlicht"
6
CXXFLAGS = -O3 -ffast-math
6
CXXFLAGS = -O3 -ffast-math
7
LDFLAGS = -L"/usr/X11R6/lib" -L"../../lib/Linux" -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11
7
LDFLAGS = -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 -lz -ljpeg -lpng
8
# if you enable sound add the proper library for linking
8
# if you enable sound add the proper library for linking
9
# -laudiere
9
# -laudiere
10
# -lSDL_mixer -lSDL
10
# -lSDL_mixer -lSDL

Return to bug 148593