diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-30 20:45:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-30 20:45:56 +0000 |
commit | f85135212fa767cb7cee11a4e0ade05da8caa123 (patch) | |
tree | a3e3d215fab7e68a082a3eb9d51c135cc8b4fc9f /games-arcade/holotz-castle/files | |
parent | fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-f85135212fa767cb7cee11a4e0ade05da8caa123.tar.gz gentoo-2-f85135212fa767cb7cee11a4e0ade05da8caa123.tar.bz2 gentoo-2-f85135212fa767cb7cee11a4e0ade05da8caa123.zip |
old
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-arcade/holotz-castle/files')
-rw-r--r-- | games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 | 1 | ||||
-rw-r--r-- | games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 b/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 deleted file mode 100644 index c3f8f516cbe1..000000000000 --- a/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 571be7f4dadf81f0eb5df7bee65d215b holotz-castle-1.3.7-src.tar.gz 3612543 diff --git a/games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch b/games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch deleted file mode 100644 index 4c5f06b0cc30..000000000000 --- a/games-arcade/holotz-castle/files/holotz-castle-1.3.7-build.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- JLib/Makefile -+++ JLib/Makefile -@@ -15,22 +15,21 @@ - $(UTIL)/JApp.o $(UTIL)/JFS.o $(UTIL)/JThread.o $(UTIL)/JRW.o $(MATH)/J2DPolygon.o - - # Definir -D_JLIB_DEBUG para hacer debug de JLib. Compilar el programa a debugear también con este flag --CFLAGS=-I. -O3 -ffast-math -fPIC -Wall -Wshadow -Winline --LDFLAGS=-L. -ffast-math -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -+ CXXFLAGS=-I. $(CPU_OPTS) -+ LDFLAGS=-L. -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer - - all: libJLib - - # JLib - libJLib: $(JLIB_OBJS) -- g++ -shared -fPIC -o $@.so $? \ -- && ar rvus $@.a $? \ -+ ar rvus $@.a $? - - $(GRAPHICS)/%.o: $(GRAPHICS)/%.cpp -- g++ $(CFLAGS) -c -o $@ $< -+ $(CXX) $(CXXFLAGS) -c -o $@ $< - $(UTIL)/%.o: $(UTIL)/%.cpp -- g++ $(CFLAGS) -c -o $@ $< -+ $(CXX) $(CXXFLAGS) -c -o $@ $< - $(MATH)/%.o: $(MATH)/%.cpp -- g++ $(CFLAGS) -c -o $@ $< -+ $(CXX) $(CXXFLAGS) -c -o $@ $< - - .PHONY: install - install: - ---- src/Makefile -+++ src/Makefile -@@ -26,7 +26,7 @@ - - DEFINES = -DHC_DATA_DIR=\"$(HC_DATA)\" -DHCED_DATA_DIR=\"$(HCED_DATA)\" - --all: JLib HC HCed -+all: HC HCed - - HC_OBJ_MAIN=HolotzCastle.o - HC_OBJS=HCUtil.o HCTimer.o HCLoadSaveSlot.o HCPlaylist.o HCPreferences.o HCTheme.o HCText.o \ -@@ -38,8 +38,8 @@ - - # Definir -D_JLIB_DEBUG para debug con JLib. Ponerlo también en el Makefile de JLib. - # Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile. --CFLAGS=-I. -I../JLib -O3 -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c $(shell sdl-config --cflags) --LDFLAGS=-L/usr/X11R6/lib -ffast-math -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -+CFLAGS=-Wshadow $(CPU_OPTS) -c -I. -I../JLib $(shell sdl-config --cflags) -+LDFLAGS=-lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lGL -lGLU - - JLib: - make -C ../JLib; |