diff options
author | 2006-10-02 06:42:21 +0000 | |
---|---|---|
committer | 2006-10-02 06:42:21 +0000 | |
commit | c159e795483a1822e4807ecb11edb9c3d292c90c (patch) | |
tree | c87338806ea9f20eee44689669dcf08d45ce2c60 /games-board/biloba/files | |
parent | Add patch to build with GCC 4.1, thanks to Cubittus in bug #134425. Remove ol... (diff) | |
download | gentoo-2-c159e795483a1822e4807ecb11edb9c3d292c90c.tar.gz gentoo-2-c159e795483a1822e4807ecb11edb9c3d292c90c.tar.bz2 gentoo-2-c159e795483a1822e4807ecb11edb9c3d292c90c.zip |
initial commit - ebuild and patches from TGL via bug #107048
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-board/biloba/files')
4 files changed, 43 insertions, 0 deletions
diff --git a/games-board/biloba/files/biloba-0.4-fix-es-data-install-path.patch b/games-board/biloba/files/biloba-0.4-fix-es-data-install-path.patch new file mode 100644 index 000000000000..544a9ce87d69 --- /dev/null +++ b/games-board/biloba/files/biloba-0.4-fix-es-data-install-path.patch @@ -0,0 +1,8 @@ +--- res/es/Makefile.am.orig 2006-07-29 11:13:30.000000000 +0200 ++++ res/es/Makefile.am 2006-07-29 11:13:47.000000000 +0200 +@@ -1,4 +1,4 @@ +-bilobadir = $(prefix)/share/biloba/es ++bilobadir = $(pkgdatadir)/es + + CFLAGS = -DMYDATADIR=\"$(bilobadir)\" + diff --git a/games-board/biloba/files/biloba-0.4-no-X11-dep.patch b/games-board/biloba/files/biloba-0.4-no-X11-dep.patch new file mode 100644 index 000000000000..2ad21e1e4f8c --- /dev/null +++ b/games-board/biloba/files/biloba-0.4-no-X11-dep.patch @@ -0,0 +1,17 @@ +--- configure.in.orig 2006-07-29 11:38:43.000000000 +0200 ++++ configure.in 2006-07-29 11:40:52.000000000 +0200 +@@ -40,14 +40,6 @@ + ;; + *) + MATHLIB="-lm" +- AC_PATH_X +- AC_PATH_XTRA +- if test x$have_x = xyes; then +- CFLAGS="$CFLAGS $X_CFLAGS" +- SYS_GL_LIBS="$X_LIBS -lGL" +- else +- SYS_GL_LIBS="-lGL" +- fi + ;; + esac + AC_SUBST(MATHLIB) diff --git a/games-board/biloba/files/biloba-0.4-not-windows.patch b/games-board/biloba/files/biloba-0.4-not-windows.patch new file mode 100644 index 000000000000..ead48b9110c0 --- /dev/null +++ b/games-board/biloba/files/biloba-0.4-not-windows.patch @@ -0,0 +1,15 @@ +--- configure.in.orig 2006-07-29 12:27:29.000000000 +0200 ++++ configure.in 2006-07-29 12:28:20.000000000 +0200 +@@ -73,12 +73,6 @@ + AC_MSG_ERROR([*** SDL-Mixer not found!])) + AC_CHECK_HEADER(SDL/SDL_mixer.h, , AC_MSG_ERROR([*** SDL-mixer devel files not found!])) + +-AC_ARG_VAR(WINDRES, [Windows Resource compiler tool path]) +-AC_PATH_TOOL(WINDRES,windres, +- [AC_MSG_WARN(Could not find a windres tool in your PATH.)] +-) +-AC_SUBST(WINDRES) +- + # Be paranoid + CFLAGS="$CFLAGS -Wall" + dnl Checks for header files diff --git a/games-board/biloba/files/digest-biloba-0.4 b/games-board/biloba/files/digest-biloba-0.4 new file mode 100644 index 000000000000..66bf841dd065 --- /dev/null +++ b/games-board/biloba/files/digest-biloba-0.4 @@ -0,0 +1,3 @@ +MD5 6259bea5aabed19f8587f89f3a1c0648 biloba-0.4.tar.gz 1987832 +RMD160 9174a46416c9d584fc06a276f97d1082a13edec4 biloba-0.4.tar.gz 1987832 +SHA256 4e44099bd2d0ce1e049bd311391a05e1f2af3781813661db89a6aba634ef6fc5 biloba-0.4.tar.gz 1987832 |