summaryrefslogtreecommitdiff
path: root/games/heretic/files/patch-aa
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 04:55:45 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 04:55:45 +0000
commitcbc83e23f7f1beee0bcfba6b73121a6fa58d6f21 (patch)
tree55871af2ac934a369a1d366f857e11cac5e6c79b /games/heretic/files/patch-aa
parentUpdate MASTER_SITES. (diff)
o Depend on sdl12 port instead of sdl10 one
o This fixes an outstanding full screen mode bug o PORTREVISION bump since port builded but did not work PR: 41604 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=65272
Diffstat (limited to '')
-rw-r--r--games/heretic/files/patch-aa9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/heretic/files/patch-aa b/games/heretic/files/patch-aa
index b4c475f130d0..a15e20fb9935 100644
--- a/games/heretic/files/patch-aa
+++ b/games/heretic/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Tue May 2 03:57:07 2000
-+++ Makefile Thu Jan 10 19:33:45 2002
+--- Makefile.orig Mon May 1 22:56:45 2000
++++ Makefile Fri Aug 30 01:43:32 2002
@@ -1,19 +1,19 @@
# Makefile for Linux Heretic/GLHeretic
@@ -71,11 +71,12 @@
+X_LDFLAGS = -L${X11BASE}/lib
X11LIBS = -lXext -lX11
- GLLIBS = -lSDL -lpthread
+-GLLIBS = -lSDL -lpthread
++GLLIBS = `${SDL_CONFIG} --libs` ${PTHREAD_LIBS}
GGILIBS = -lggi -lm
VGALIBS = -lvga
-SDLLIBS = -lSDL -lpthread
-+SDLLIBS = -L${LOCALBASE}/lib -lSDL ${PTHREAD_LIBS}
++SDLLIBS = `${SDL_CONFIG} --libs` ${PTHREAD_LIBS}
OBJS = am_map.o ct_chat.o d_main.o d_net.o f_finale.o g_game.o \
p_ceilng.o p_doors.o p_enemy.o p_floor.o p_inter.o p_lights.o \