public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/scorched3d/files: scorched3d-42-fixups.patch
@ 2009-02-16  3:19 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-16  3:19 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/02/16 03:19:08

  Added:                scorched3d-42-fixups.patch
  Log:
  version bump
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.1                  games-strategy/scorched3d/files/scorched3d-42-fixups.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/files/scorched3d-42-fixups.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/files/scorched3d-42-fixups.patch?rev=1.1&content-type=text/plain

Index: scorched3d-42-fixups.patch
===================================================================
diff -ru scorched.orig/configure-al.m4 scorched/configure-al.m4
--- scorched.orig/configure-al.m4	2008-03-03 16:17:18.000000000 -0500
+++ scorched/configure-al.m4	2009-02-15 20:43:35.000000000 -0500
@@ -7,25 +7,9 @@
 	[  --disable-openaltest    Do not try to compile and run a test OpenAL program],
 		    , enable_openaltest=yes)
 AC_MSG_CHECKING(for OpenAL support)
-AC_PATH_PROG(OPENAL_CONFIG, openal-config, no)
-if test x$OPENAL_CONFIG = xno; then
-	echo "*** The openal-config script installed by OpenAL could not be found"
-	echo "*** Make sure openal-config is in your path, or set the OPENAL_CONFIG"
-	echo "*** environment variable to the full path to openal-config."
-
-	AC_MSG_ERROR([*** Can't find the openal library. Try: http://www.openal.org/])
-else
-
-	if test x"$use_static_openal" = x"yes"; then
-		AL_LIBS="/usr/local/lib/libopenal.a"
-	else
-		AL_LIBS="`$OPENAL_CONFIG --libs`"
-	fi
-	
-	AL_CFLAGS="`$OPENAL_CONFIG --cflags`"
-
-	AC_MSG_RESULT(yes)
-fi
+AL_LIBS="-lopenal"
+AL_CFLAGS="-I/auto/include/AL"
+AC_MSG_RESULT(yes)
 
 AC_MSG_CHECKING(for Freealut support)
 AC_PATH_PROG(FREEALUT_CONFIG, freealut-config, no)
diff -ru scorched.orig/configure.ac scorched/configure.ac
--- scorched.orig/configure.ac	2008-03-03 16:17:18.000000000 -0500
+++ scorched/configure.ac	2009-02-15 20:40:30.000000000 -0500
@@ -13,22 +13,6 @@
 AC_PROG_INSTALL
 AC_PROG_RANLIB
 
-LDFLAGS="-L/usr/X11R6/lib -L/usr/X11R6"
-CPPFLAGS="-I/usr/X11R6/include -I/usr/X11R6"
-
-if test `uname` == Darwin; then
-LDFLAGS="$LDFLAGS -lmx"
-CPPFLAGS="$CPPFLAGS -DFFTW_USE_DOUBLE -D__DARWIN__ -D__MACOSX__"
-else
-LDFLAGS="$LDFLAGS -L/usr/local/lib"
-CPPFLAGS="$CPPFLAGS -I/usr/local/include"
-fi
-
-AC_CHECK_LIB(fridge, beer, echo "Hmm?!",[
-	echo "Warning: No beer found in fridge!";
-	echo "We highly suggest that you rectify this situation immediately."
-])
-
 AC_ARG_ENABLE(serveronly, 
 	[  --enable-serveronly Enable server only compilation],
 		    , enable_serveronly=no,






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/scorched3d/files: scorched3d-42-fixups.patch
@ 2009-02-23  1:03 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-23  1:03 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/02/23 01:03:33

  Modified:             scorched3d-42-fixups.patch
  Log:
  use proper include path
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-strategy/scorched3d/files/scorched3d-42-fixups.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/files/scorched3d-42-fixups.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/files/scorched3d-42-fixups.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/files/scorched3d-42-fixups.patch?r1=1.1&r2=1.2

Index: scorched3d-42-fixups.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/files/scorched3d-42-fixups.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scorched3d-42-fixups.patch	16 Feb 2009 03:19:08 -0000	1.1
+++ scorched3d-42-fixups.patch	23 Feb 2009 01:03:33 -0000	1.2
@@ -25,7 +25,7 @@
 -	AC_MSG_RESULT(yes)
 -fi
 +AL_LIBS="-lopenal"
-+AL_CFLAGS="-I/auto/include/AL"
++AL_CFLAGS="-I/usr/include/AL"
 +AC_MSG_RESULT(yes)
  
  AC_MSG_CHECKING(for Freealut support)






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-23  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-23  1:03 [gentoo-commits] gentoo-x86 commit in games-strategy/scorched3d/files: scorched3d-42-fixups.patch Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-16  3:19 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox