* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim/files: crrcsim-buildsystem.patch
@ 2011-11-12 0:01 Michael Weber (xmw)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2011-11-12 0:01 UTC (permalink / raw
To: gentoo-commits
xmw 11/11/12 00:01:24
Added: crrcsim-buildsystem.patch
Log:
Initial import
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.1 games-simulation/crrcsim/files/crrcsim-buildsystem.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/files/crrcsim-buildsystem.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/files/crrcsim-buildsystem.patch?rev=1.1&content-type=text/plain
Index: crrcsim-buildsystem.patch
===================================================================
--- crrcsim-0.9.11/configure.ac
+++ crrcsim-0.9.11/configure.ac
@@ -79,8 +79,12 @@
dnl Default is: no portaudio present
portaudio=0
+AC_ARG_WITH([portaudio], AS_HELP_STRING([--without-portaudio], [Build without portaudio library (default: test)]))
+
+AS_IF([test "x$with_portaudio" != "xno"], [
dnl Check for the Portaudio header file
AC_CHECK_HEADER([portaudio.h])
+])
if (test "x$ac_cv_header_portaudio_h" = "xyes"); then
dnl Check for Portaudio 18
@@ -116,9 +120,11 @@
fi
AC_SUBST(PA_LIBS)
+AC_ARG_WITH([sdl], AS_HELP_STRING([--without-sdl], [Build without sdl library (default: test)]))
dnl Search for SDL 1.2.5 or newer
SDL_VERSION=1.2.5
sdl_mousewheel="yes (SDL >= 1.2.5)"
+AS_IF([test "x$with_foo" != "xno"], [
AM_PATH_SDL($SDL_VERSION,:,AC_MSG_NOTICE([*** SDL version $SDL_VERSION or newer not found! See if at least 1.2.0 is present...]))
if test "x$no_sdl" = "xyes"
then
@@ -129,6 +135,10 @@
AC_DEFINE([SDL_WITHOUT_MOUSEWHEEL], [1], [SDL < 1.2.5 did not feature mousewheel button macros])
sdl_mousewheel="no (SDL < 1.2.5)"
fi
+])
+AS_IF([test "x$with_foo" != "xyes"], [
+ AC_DEFINE([SDL_WITHOUT_MOUSEWHEEL], [1], [SDL disabled])
+])
AC_SUBST(SDL_LIBS)
AC_SUBST(SDL_CFLAGS)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim/files: crrcsim-buildsystem.patch
@ 2014-06-01 22:27 Julian Ospald (hasufell)
0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2014-06-01 22:27 UTC (permalink / raw
To: gentoo-commits
hasufell 14/06/01 22:27:37
Modified: crrcsim-buildsystem.patch
Log:
respect GAMES variables wrt #494202, install icon and desktop file wrt #494224
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path
1.3 games-simulation/crrcsim/files/crrcsim-buildsystem.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/files/crrcsim-buildsystem.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/files/crrcsim-buildsystem.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/files/crrcsim-buildsystem.patch?r1=1.2&r2=1.3
Index: crrcsim-buildsystem.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/files/crrcsim-buildsystem.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crrcsim-buildsystem.patch 13 Nov 2011 22:15:50 -0000 1.2
+++ crrcsim-buildsystem.patch 1 Jun 2014 22:27:37 -0000 1.3
@@ -13,3 +13,13 @@
if (test "x$ac_cv_header_portaudio_h" = "xyes"); then
dnl Check for Portaudio 18
+--- crrcsim-0.9.12/locale/Makefile.am
++++ crrcsim-0.9.12/locale/Makefile.am
+@@ -1,7 +1,5 @@
+ # Makefile.am for "/locale"
+
+-localedir = $(datadir)/locale
+-
+ nobase_locale_DATA = fr/LC_MESSAGES/crrcsim.mo \
+ de/LC_MESSAGES/crrcsim.mo \
+ it/LC_MESSAGES/crrcsim.mo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-01 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-01 22:27 [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim/files: crrcsim-buildsystem.patch Julian Ospald (hasufell)
-- strict thread matches above, loose matches on Subject: below --
2011-11-12 0:01 Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox