diff options
Diffstat (limited to 'dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch')
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch b/dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch new file mode 100644 index 000000000000..56de8ca5c8e8 --- /dev/null +++ b/dev-games/irrlicht/files/irrlicht-1.2-demoMake.patch @@ -0,0 +1,14 @@ +--- ../../examples/Demo/Makefile.old 2006-10-14 13:06:42.000000000 +0200 ++++ ../../examples/Demo/Makefile 2006-10-14 13:08:32.000000000 +0200 +@@ -2,9 +2,9 @@ + # Handwritten by me, made with Kate. So it is far from being perfect. :) + + CXX = g++ +-CPPFLAGS = -I"../../include" -I"/usr/X11R6/include" ++CPPFLAGS = -I/usr/include/irrlicht + CXXFLAGS = -O3 -ffast-math +-LDFLAGS = -L"/usr/X11R6/lib" -L"../../lib/Linux" -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 ++LDFLAGS = -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 -lpng -ljpeg + # if you enable sound add the proper library for linking + # -laudiere + # -lSDL_mixer -lSDL |