Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/biloba/files: biloba-0.9.3-no-X11-dep.patch biloba-0.9.3-not-windows.patch
Date: Fri, 06 May 2011 16:50:13
Message-Id: 20110506165000.B984920054@flycatcher.gentoo.org
1 mr_bones_ 11/05/06 16:50:00
2
3 Added: biloba-0.9.3-no-X11-dep.patch
4 biloba-0.9.3-not-windows.patch
5 Log:
6 version bump
7
8 (Portage version: 2.1.9.42/cvs/Linux i686)
9
10 Revision Changes Path
11 1.1 games-board/biloba/files/biloba-0.9.3-no-X11-dep.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/files/biloba-0.9.3-no-X11-dep.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/files/biloba-0.9.3-no-X11-dep.patch?rev=1.1&content-type=text/plain
15
16 Index: biloba-0.9.3-no-X11-dep.patch
17 ===================================================================
18 --- configure.ac.orig 2006-07-29 11:38:43.000000000 +0200
19 +++ configure.ac 2006-07-29 11:40:52.000000000 +0200
20 @@ -40,14 +40,6 @@
21 ;;
22 *)
23 MATHLIB="-lm"
24 - AC_PATH_X
25 - AC_PATH_XTRA
26 - if test x$have_x = xyes; then
27 - CFLAGS="$CFLAGS $X_CFLAGS"
28 - SYS_GL_LIBS="$X_LIBS -lGL"
29 - else
30 - SYS_GL_LIBS="-lGL"
31 - fi
32 ;;
33 esac
34 AC_SUBST(MATHLIB)
35
36
37
38 1.1 games-board/biloba/files/biloba-0.9.3-not-windows.patch
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/files/biloba-0.9.3-not-windows.patch?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/files/biloba-0.9.3-not-windows.patch?rev=1.1&content-type=text/plain
42
43 Index: biloba-0.9.3-not-windows.patch
44 ===================================================================
45 --- configure.ac.old 2008-01-14 14:51:11.000000000 +0100
46 +++ configure.ac 2008-12-28 12:57:13.000000000 +0100
47 @@ -73,12 +65,6 @@
48 AC_MSG_ERROR([*** SDL-Mixer not found!]))
49 AC_CHECK_HEADER(SDL/SDL_mixer.h, , AC_MSG_ERROR([*** SDL-mixer devel files not found!]))
50
51 -AC_ARG_VAR(WINDRES, [Windows Resource compiler tool path])
52 -AC_PATH_TOOL(WINDRES,windres,
53 - [AC_MSG_WARN(Could not find a windres tool in your PATH.)]
54 -)
55 -AC_SUBST(WINDRES)
56 -
57 AC_ARG_ENABLE(maemo,
58 [ --enable-maemo build for the Maemo platform [default=no]],
59 [ac_cv_enable_maemo=$enableval], [ac_cv_enable_maemo=no])