r12163 - packages/trunk/naev/debian/patches

Vincent Cheng vincentc-guest at alioth.debian.org
Mon Apr 25 08:55:10 UTC 2011


Author: vincentc-guest
Date: 2011-04-25 08:55:07 +0000 (Mon, 25 Apr 2011)
New Revision: 12163

Modified:
   packages/trunk/naev/debian/patches/use_system_libs.patch
Log:
Minor tweak to patch file. Still FTBFS.


Modified: packages/trunk/naev/debian/patches/use_system_libs.patch
===================================================================
--- packages/trunk/naev/debian/patches/use_system_libs.patch	2011-04-25 05:59:03 UTC (rev 12162)
+++ packages/trunk/naev/debian/patches/use_system_libs.patch	2011-04-25 08:55:07 UTC (rev 12163)
@@ -26,19 +26,21 @@
  # OpenAL
  AS_IF([test "$with_openal" = "yes"], [
    AM_PATH_OPENAL([have_openal=yes], [have_openal=no])
-@@ -318,10 +337,9 @@
+@@ -317,11 +336,8 @@
+ # naev
  WIDGET_LIBS="\$(top_builddir)/src/tk/widget/libwidget.a"
  
- CSPARSE_CFLAGS="-I\"\$(top_srcdir)/lib/csparse\""
+-CSPARSE_CFLAGS="-I\"\$(top_srcdir)/lib/csparse\""
 -CSPARSE_LIBS="\$(top_builddir)/lib/csparse/libcsparse.a"
+-
+-LUA_CFLAGS="-I\"\$(top_srcdir)/lib/lua\""
+-LUA_LIBS="\$(top_builddir)/lib/lua/liblua.a"
++CSPARSE_CFLAGS="-I\"/usr/include/suitesparse\""
 +CSPARSE_LIBS="-lcsparse"
  
- LUA_CFLAGS="-I\"\$(top_srcdir)/lib/lua\""
--LUA_LIBS="\$(top_builddir)/lib/lua/liblua.a"
- 
  NAEV_CFLAGS="$GLOBAL_CFLAGS"
  NAEV_LIBS="$GLOBAL_LIBS $WIDGET_LIBS"
-@@ -518,9 +536,6 @@
+@@ -518,9 +534,6 @@
  #
  SHAVE_INIT([build], [enable])
  AC_CONFIG_FILES([Makefile




More information about the Pkg-games-commits mailing list