summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-03-07 14:43:42 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-03-07 14:43:42 +0000
commit8c507e3e97a22e4c634c504508b988a4ff13d547 (patch)
tree4079c57f7a0e7ee20fb8577bf85d69c9945f13f7 /games-rpg
parentMIPS love. (diff)
downloadgentoo-2-8c507e3e97a22e4c634c504508b988a4ff13d547.tar.gz
gentoo-2-8c507e3e97a22e4c634c504508b988a4ff13d547.tar.bz2
gentoo-2-8c507e3e97a22e4c634c504508b988a4ff13d547.zip
unused
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/egoboo/files/egoboo-2.22-makefile-gentoo.patch15
-rw-r--r--games-rpg/egoboo/files/egoboo-2.22.sh7
2 files changed, 0 insertions, 22 deletions
diff --git a/games-rpg/egoboo/files/egoboo-2.22-makefile-gentoo.patch b/games-rpg/egoboo/files/egoboo-2.22-makefile-gentoo.patch
deleted file mode 100644
index f0e74fab7251..000000000000
--- a/games-rpg/egoboo/files/egoboo-2.22-makefile-gentoo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.old Sat Jun 1 00:47:47 2002
-+++ Makefile Sat Jun 1 00:59:00 2002
-@@ -1,9 +1,9 @@
- OBJECTS=camera.o char.o enchant.o game.o graphic.o input.o menu.o module.o network.o particle.o passage.o script.o sound.o lin-file.o gltexture.o mathstuff.o graphicfan.o graphicmad.o graphicprt.o configfile.c
- FLAGS=-D_LINUX -ffast-math -funroll-loops -O3 -g
--LIBS=`sdl-config --libs` -lGL -lGLU
--INCDIR=`sdl-config --cflags` -I/usr/X11/include
-+LIBS=$(SDLLIBS) -lGL -lGLU
-+INCDIR=$(SDLFLAGS) -I/usr/X11/include
- LIBDIR=-L/usr/X11R6/lib -L/usr/lib
--CC=gcc
-+CC=gcc $(CFLAGS)
-
- egoboo: $(OBJECTS)
- $(CC) $(OBJECTS) $(FLAGS) $(INCDIR) $(LIBDIR) $(LIBS) -o egoboo
diff --git a/games-rpg/egoboo/files/egoboo-2.22.sh b/games-rpg/egoboo/files/egoboo-2.22.sh
deleted file mode 100644
index 45ec4969cea9..000000000000
--- a/games-rpg/egoboo/files/egoboo-2.22.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/files/egoboo-2.22.sh,v 1.3 2004/07/14 22:17:00 agriffis Exp $
-
-cd GENTOODIR/egoboo
-exec ./egoboo $@