[redeclipse] 17/26: Update use-system-sqlite.patch

Markus Koschany apo at moszumanska.debian.org
Sun Aug 28 15:31:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository redeclipse.

commit c9bb2ffc93c603948a67263f1ffca37fff79dbce
Author: Markus Koschany <apo at debian.org>
Date:   Sat Aug 27 21:36:17 2016 +0200

    Update use-system-sqlite.patch
---
 debian/patches/use-system-sqlite.patch | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/patches/use-system-sqlite.patch b/debian/patches/use-system-sqlite.patch
index cd72537..2ee5eed 100644
--- a/debian/patches/use-system-sqlite.patch
+++ b/debian/patches/use-system-sqlite.patch
@@ -3,13 +3,22 @@ Date: Sat, 27 Aug 2016 21:22:51 +0200
 Subject: use system sqlite
 
 ---
- src/Makefile | 10 +++-------
- 1 file changed, 3 insertions(+), 7 deletions(-)
+ src/Makefile | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
 
 diff --git a/src/Makefile b/src/Makefile
-index 5f931b8..da9c4da 100644
+index 5f931b8..2335522 100644
 --- a/src/Makefile
 +++ b/src/Makefile
+@@ -83,7 +83,7 @@ BIN_SUFFIX=_native
+ endif
+ endif
+ CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl2-config --cflags`
+-CLIENT_LIBS= -Lenet -lenet -L/usr/X11R6/lib -lX11 `sdl2-config --libs` -lSDL2_image -lSDL2_mixer -lz -lGL
++CLIENT_LIBS= -Lenet -lenet -L/usr/X11R6/lib -lX11 `sdl2-config --libs` -lSDL2_image -lSDL2_mixer -lz -lGL -lsqlite3
+ endif
+ ifneq (,$(findstring linux,$(PLATFORM)))
+ CLIENT_LIBS+= -lrt
 @@ -99,7 +99,6 @@ CLIENT_OBJS= \
  	shared/stream.o \
  	shared/tools.o \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list