summaryrefslogtreecommitdiff
path: root/games-fps/quakeforge/files/quakeforge-0.5.5-gcc46.patch
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-18 02:15:46 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-18 02:27:24 -0500
commit499ea7a1d56b5f2f262612111c004bc21c0e851c (patch)
tree261f020fa87c7d1e532787eb063181d850bbe28d /games-fps/quakeforge/files/quakeforge-0.5.5-gcc46.patch
parente18b1085f34b8bba1b6c47619393898a05ca73e0 (diff)
downloadgentoo-499ea7a1d56b5f2f262612111c004bc21c0e851c.tar.gz
gentoo-499ea7a1d56b5f2f262612111c004bc21c0e851c.tar.xz
games-fps/quakeforge: clean old
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/quakeforge/files/quakeforge-0.5.5-gcc46.patch')
-rw-r--r--games-fps/quakeforge/files/quakeforge-0.5.5-gcc46.patch174
1 files changed, 0 insertions, 174 deletions
diff --git a/games-fps/quakeforge/files/quakeforge-0.5.5-gcc46.patch b/games-fps/quakeforge/files/quakeforge-0.5.5-gcc46.patch
deleted file mode 100644
index 9ce55330c7c..00000000000
--- a/games-fps/quakeforge/files/quakeforge-0.5.5-gcc46.patch
+++ /dev/null
@@ -1,174 +0,0 @@
---- libs/audio/cd/Makefile.am.old 2011-04-18 11:40:51.058924897 +0200
-+++ libs/audio/cd/Makefile.am 2011-04-18 12:24:29.486917778 +0200
-@@ -5,13 +5,12 @@
- SDL_LIBS= @SDL_LIBS@
- XMMS_LIBS= @XMMS_LIBS@
- plugin_version= 1:0:0
--plugin_ldflags= @plugin_ldflags@
-+plugin_ldflags= @plugin_ldflags@ -module
- plugin_libadd= @plugin_libadd@
- EXEEXT=
-
--plugin_PROGRAMS= @CD_PLUGIN_TARGETS@
--noinst_PROGRAMS= @CD_PLUGIN_STATIC@
--EXTRA_PROGRAMS= cd_file.la cd_linux.la cd_sdl.la cd_sgi.la cd_win.la cd_xmms.la
-+plugin_LTLIBRARIES= @CD_PLUGIN_TARGETS@
-+EXTRA_LTLIBRARIES= cd_file.la cd_linux.la cd_sdl.la cd_sgi.la cd_win.la cd_xmms.la
-
- cd_file_la_LDFLAGS= $(plugin_ldflags)
- cd_file_la_SOURCES= cd_file.c
-@@ -20,19 +19,19 @@
- cd_linux_la_SOURCES= cd_linux.c
-
- cd_sdl_la_LDFLAGS= $(plugin_ldflags)
--cd_sdl_la_LDADD= $(SDL_LIBS) $(plugin_libadd)
-+cd_sdl_la_LIBADD= $(SDL_LIBS) $(plugin_libadd)
- cd_sdl_la_CFLAGS= $(SDL_CFLAGS)
- cd_sdl_la_SOURCES= cd_sdl.c
-
- cd_sgi_la_LDFLAGS= $(plugin_ldflags)
--cd_sgi_la_LDADD= $(SGI_CD_LIBS)
-+cd_sgi_la_LIBADD= $(SGI_CD_LIBS)
- cd_sgi_la_SOURCES= cd_sgi.c
-
- cd_win_la_LDFLAGS= $(plugin_ldflags)
--cd_win_la_LDADD= $(plugin_libadd)
-+cd_win_la_LIBADD= $(plugin_libadd)
- cd_win_la_SOURCES= cd_win.c
-
- cd_xmms_la_LDFLAGS= $(plugin_ldflags)
--cd_xmms_la_LDADD= $(XMMS_LIBS)
-+cd_xmms_la_LIBADD= $(XMMS_LIBS)
- cd_xmms_la_CFLAGS= $(XMMS_CFLAGS)
- cd_xmms_la_SOURCES= cd_xmms.c
---- libs/audio/targets/Makefile.am.old 2011-04-18 12:50:20.674846930 +0200
-+++ libs/audio/targets/Makefile.am 2011-04-18 12:53:22.220844800 +0200
-@@ -4,39 +4,38 @@
- INCLUDES= -I$(top_srcdir)/include
- SDL_LIBS = @SDL_LIBS@
- plugin_version= 1:0:0
--plugin_ldflags= @plugin_ldflags@
-+plugin_ldflags= @plugin_ldflags@ -module
- plugin_libadd= @plugin_libadd@
- EXEEXT=
-
--plugin_PROGRAMS= @SND_PLUGIN_TARGETS@
--noinst_PROGRAMS= @SND_PLUGIN_STATIC@
--EXTRA_PROGRAMS= \
-+plugin_LTLIBRARIES= @SND_PLUGIN_TARGETS@
-+EXTRA_LTLIBRARIES= \
- snd_output_sdl.la snd_output_alsa.la snd_output_alsa0_9.la\
- snd_output_oss.la snd_output_sgi.la snd_output_sun.la \
- snd_output_win.la snd_output_dx.la snd_output_disk.la
-
- snd_output_sdl_la_LDFLAGS= $(plugin_ldflags)
--snd_output_sdl_la_LDADD= $(SDL_LIBS) $(plugin_libadd)
-+snd_output_sdl_la_LIBADD= $(SDL_LIBS) $(plugin_libadd)
- snd_output_sdl_la_CFLAGS= $(SDL_CFLAGS)
- snd_output_sdl_la_SOURCES= snd_sdl.c
-
- snd_output_alsa_la_LDFLAGS= $(plugin_ldflags)
--snd_output_alsa_la_LDADD=
-+snd_output_alsa_la_LIBADD=
- snd_output_alsa_la_CFLAGS= $(ALSA_CFLAGS)
- snd_output_alsa_la_SOURCES= snd_alsa.c
-
- snd_output_alsa0_9_la_LDFLAGS= $(plugin_ldflags)
--snd_output_alsa0_9_la_LDADD=
-+snd_output_alsa0_9_la_LIBADD=
- snd_output_alsa0_9_la_CFLAGS= $(ALSA_CFLAGS)
- snd_output_alsa0_9_la_SOURCES= snd_alsa_0_9.c
-
- snd_output_oss_la_LDFLAGS= $(plugin_ldflags)
--snd_output_oss_la_LDADD= $(OSS_LIBS)
-+snd_output_oss_la_LIBADD= $(OSS_LIBS)
- snd_output_oss_la_CFLAGS= $(OSS_CFLAGS)
- snd_output_oss_la_SOURCES= snd_oss.c
-
- snd_output_sgi_la_LDFLAGS= $(plugin_ldflags)
--snd_output_sgi_la_LDADD= $(SGISND_LIBS)
-+snd_output_sgi_la_LIBADD= $(SGISND_LIBS)
- snd_output_sgi_la_CFLAGS= $(SGISND_CFLAGS)
- snd_output_sgi_la_SOURCES= snd_sgi.c
-
-@@ -45,16 +44,16 @@
- snd_output_sun_la_SOURCES= snd_sun.c
-
- snd_output_win_la_LDFLAGS= $(plugin_ldflags)
--snd_output_win_la_LDADD= $(WINSND_LIBS) $(plugin_libadd)
-+snd_output_win_la_LIBADD= $(WINSND_LIBS) $(plugin_libadd)
- snd_output_win_la_CFLAGS= $(WIN32SND_CFLAGS)
- snd_output_win_la_SOURCES= snd_win.c
-
- snd_output_dx_la_LDFLAGS= $(plugin_ldflags)
--snd_output_dx_la_LDADD= $(WINSND_LIBS) $(plugin_libadd)
-+snd_output_dx_la_LIBADD= $(WINSND_LIBS) $(plugin_libadd)
- snd_output_dx_la_CFLAGS= $(WIN32SND_CFLAGS)
- snd_output_dx_la_SOURCES= snd_dx.c
-
- snd_output_disk_la_LDFLAGS= $(plugin_ldflags)
--snd_output_disk_la_LDADD= $(plugin_libadd)
-+snd_output_disk_la_LIBADD= $(plugin_libadd)
- snd_output_disk_la_CFLAGS=
- snd_output_disk_la_SOURCES= snd_disk.c
---- libs/audio/renderer/Makefile.am.old 2011-04-18 12:54:32.560697490 +0200
-+++ libs/audio/renderer/Makefile.am 2011-04-18 12:55:21.157363865 +0200
-@@ -3,21 +3,19 @@
- AM_CFLAGS= @PREFER_PIC@ @VORBIS_CFLAGS@ @OGG_CFLAGS@
- INCLUDES= -I$(top_srcdir)/include
- plugin_version= 1:0:0
--plugin_ldflags= @plugin_ldflags@
-+plugin_ldflags= @plugin_ldflags@ -module
- plugin_libadd= @plugin_libadd@
- EXEEXT=
-
--plugin_PROGRAMS= @SND_REND_TARGETS@
--EXTRA_PROGRAMS= snd_render_default.la
--
--noinst_PROGRAMS= @SND_REND_STATIC@
-+plugin_LTLIBRARIES= @SND_REND_TARGETS@
-+EXTRA_LTLIBRARIES= snd_render_default.la
-
- snd_render_default_la_LDFLAGS= $(plugin_ldflags)
- snd_render_default_la_SOURCES= snd_dma.c snd_mem.c snd_mix.c vorbis.c wav.c midi.c
- if ASM_ARCH
--snd_render_default_la_LDADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS) $(WM_LIBS)
-+snd_render_default_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS) $(WM_LIBS)
- snd_render_default_la_DEPENDENCIES=
- else
--snd_render_default_la_LDADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS) $(WM_LIBS)
-+snd_render_default_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(OGG_LIBS) $(WM_LIBS)
- snd_render_default_la_DEPENDENCIES=
- endif
---- libs/console/Makefile.am.old 2011-04-18 12:56:29.253106265 +0200
-+++ libs/console/Makefile.am 2011-04-18 12:57:28.784383855 +0200
-@@ -3,14 +3,13 @@
- AM_CFLAGS= @PREFER_PIC@
- INCLUDES= -I$(top_srcdir)/include
- plugin_version= 1:0:0
--plugin_ldflags= @plugin_ldflags@
-+plugin_ldflags= @plugin_ldflags@ -module
- plugin_libadd= @plugin_libadd@
- EXEEXT=
-
- lib_LTLIBRARIES= libQFconsole.la
--plugin_PROGRAMS= @SERVER_PLUGIN_TARGETS@ @CLIENT_PLUGIN_TARGETS@
--noinst_PROGRAMS= @SERVER_PLUGIN_STATIC@ @CLIENT_PLUGIN_STATIC@
--EXTRA_PROGRAMS= console_server.la console_client.la
-+plugin_LTLIBRARIES= @SERVER_PLUGIN_TARGETS@ @CLIENT_PLUGIN_TARGETS@
-+EXTRA_LTLIBRARIES= console_server.la console_client.la
-
- common_sources= \
- buffer.c complete.c console.c inputline.c list.c filelist.c view.c
-@@ -22,9 +21,9 @@
- libQFconsole_la_SOURCES= $(common_sources)
-
- console_client_la_LDFLAGS= $(plugin_ldflags)
--console_client_la_LDADD= $(plugin_libadd)
-+console_client_la_LIBADD= $(plugin_libadd)
- console_client_la_SOURCES= $(client_sources)
-
- console_server_la_LDFLAGS= $(plugin_ldflags)
--console_server_la_LDADD= $(CURSES_LIBS) $(plugin_libadd)
-+console_server_la_LIBADD= $(CURSES_LIBS) $(plugin_libadd)
- console_server_la_SOURCES= $(server_sources)