Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quakeforge/files: quakeforge-0.7.0-gentoo.patch
Date: Wed, 21 Nov 2012 21:17:04
Message-Id: 20121121211653.32B9620C9F@flycatcher.gentoo.org
1 tupone 12/11/21 21:16:53
2
3 Added: quakeforge-0.7.0-gentoo.patch
4 Log:
5 Version bump to 0.7.0 Bug #405287
6
7 (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.1 games-fps/quakeforge/files/quakeforge-0.7.0-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quakeforge/files/quakeforge-0.7.0-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quakeforge/files/quakeforge-0.7.0-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: quakeforge-0.7.0-gentoo.patch
16 ===================================================================
17 --- nq/source/Makefile.am.old 2012-11-18 16:57:56.658388682 +0100
18 +++ nq/source/Makefile.am 2012-11-18 16:58:11.470268607 +0100
19 @@ -138,7 +138,7 @@
20 nq_x11_SOURCES= sys_unix.c
21 nq_x11_LDADD= $(nq_x11_libs) \
22 $(VIDMODE_LIBS) $(DGA_LIBS) $(X_LIBS) -lX11 \
23 - $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS)
24 + $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS) -ldl
25 nq_x11_LDFLAGS= $(common_ldflags)
26 nq_x11_DEPENDENCIES= $(nq_x11_libs)
27
28 --- qw/source/Makefile.am.old 2012-11-18 17:10:59.148172332 +0100
29 +++ qw/source/Makefile.am 2012-11-18 17:11:55.866876762 +0100
30 @@ -169,7 +169,7 @@
31 qw_client_x11_SOURCES= cl_sys_unix.c
32 qw_client_x11_LDADD= $(qw_client_x11_libs) \
33 $(VIDMODE_LIBS) $(DGA_LIBS) $(X_LIBS) -lX11 \
34 - $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS) $(LIBCURL_LIBS)
35 + $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS) $(LIBCURL_LIBS) -ldl
36 qw_client_x11_LDFLAGS= $(common_ldflags)
37 qw_client_x11_DEPENDENCIES= $(qw_client_x11_libs)
38
39 --- tools/qwaq/Makefile.am.old 2012-11-18 17:15:16.024714317 +0100
40 +++ tools/qwaq/Makefile.am 2012-11-18 17:15:41.955749660 +0100
41 @@ -38,7 +38,7 @@
42 qwaq_x11_SOURCES=qwaq.c qwaq-bi.c
43 qwaq_x11_LDADD= $(qwaq_x11_libs) $(QWAQ_LIBS) \
44 $(VIDMODE_LIBS) $(DGA_LIBS) $(X_LIBS) -lX11 \
45 - $(X_EXTRA_LIBS) $(X_SHM_LIB)
46 + $(X_EXTRA_LIBS) $(X_SHM_LIB) -ldl
47 qwaq_x11_LDFLAGS=
48 qwaq_x11_DEPENDENCIES= $(qwaq_x11_libs) $(QWAQ_DEPS)