3aef2edeb8
The upgrade should fix the build problems with GCC 3.3 and issues with 16 bit colour depth. PR: 55352 Submitted by: maintainer
11 lines
420 B
Text
11 lines
420 B
Text
--- src/Makefile.in.orig Mon Aug 4 19:21:52 2003
|
|
+++ src/Makefile.in Mon Aug 4 19:22:15 2003
|
|
@@ -844,8 +844,6 @@
|
|
else \
|
|
echo "WARNING: You need swig in order to re-build slideshow_wrap.cxx"; \
|
|
fi;
|
|
-SDL_defines.i : $(SDL_SDL_video_H)
|
|
- egrep '#define SDL_.*[[:space:]]0x[0-9]{8}' $(SDL_SDL_video_H) | grep -v OVERLAY | sed -e 's,[[:space:]]*/\*.*$$,,' >SDL_defines.i
|
|
|
|
# MgpLoaderLex.cpp \
|
|
# MgpLoaderYacc.cpp
|