summaryrefslogtreecommitdiff
path: root/games/quakeforge/files/patch-gl-snd
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-01-31 09:28:49 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-01-31 09:28:49 +0000
commit50ff37052c005c45ea6deeb329ffbb297855a7ec (patch)
tree0a8f86095a756bd7ecb898cec5404fed277ed68f /games/quakeforge/files/patch-gl-snd
parentGrab the patch against squid24 from a PR.. (diff)
Update to 0.5.2.
Give maintainership to Ulrich Spoerlein <q@uni.de> from ports. Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=74341
Diffstat (limited to 'games/quakeforge/files/patch-gl-snd')
-rw-r--r--games/quakeforge/files/patch-gl-snd31
1 files changed, 0 insertions, 31 deletions
diff --git a/games/quakeforge/files/patch-gl-snd b/games/quakeforge/files/patch-gl-snd
deleted file mode 100644
index 7f87b060eadc..000000000000
--- a/games/quakeforge/files/patch-gl-snd
+++ /dev/null
@@ -1,31 +0,0 @@
---- uquake/Makefile.in.orig2 Tue May 14 21:27:45 2002
-+++ uquake/Makefile.in Wed May 15 15:09:43 2002
-@@ -203,6 +203,9 @@
- CL_COMMON_SRC = $(MISC_SRC) $(CL_GUI_SRC) $(CL_SRC) \
- $(CL_ADDITIONAL_GENERAL_SRC) $(SND_SRC) r_part.c
-
-+SDL_CFLAGS = @SDL_CFLAGS@ -DSDL
-+SDL_LDFLAGS = @SDL_LIBS@
-+
-
- ########################################################################
- #
-@@ -352,9 +355,6 @@
- ALL_SDL_OBJS = $(patsubst %,$(BUILD_DIR)/soft/%,$(addsuffix .@OBJEXT@,\
- $(basename $(ALL_SDL_SRC) .c .s)))
-
--SDL_CFLAGS = @SDL_CFLAGS@ -DSDL
--SDL_LDFLAGS = @SDL_LIBS@
--
- $(BUILD_DIR)/soft/vid_sdl.@OBJEXT@: $(COMMON_DIR)/vid_sdl.c
- $(CC) $(CFLAGS) $(SDL_CFLAGS) -o $@ -c $<
-
-@@ -447,7 +444,7 @@
- $(BUILD_DIR)/gl/dga_check.@OBJEXT@: $(COMMON_DIR)/dga_check.c
- $(CC) $(CFLAGS) $(X11_CFLAGS) -o $@ -c $<
-
--$(BUILD_DIR)/soft/snd_oss.@OBJEXT@: $(COMMON_DIR)/snd_oss.c
-+$(BUILD_DIR)/gl/snd_oss.@OBJEXT@: $(COMMON_DIR)/snd_oss.c
- $(CC) $(CFLAGS) $(SDL_CFLAGS) -o $@ -c $<
-
- $(GLQUAKE): gl_DIR $(BUILD_DIR)/../$(GLQUAKE)