tags 615653 + patch user ubuntu-de...@lists.ubuntu.com usertags 615653 + origin-ubuntu oneiric ubuntu-patch thanks
attached patches fix this and bosot filesystem linking problem
#! /bin/sh /usr/share/dpatch/dpatch-run ## Description: XcursorImageCreate is defined in Xcursor ## Origin/Author: Julian Taylor <jtaylor.deb...@googlemail.com> ## Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615653 ## fix-xcursor-check.dpatch by Julian Taylor <jtaylor.deb...@googlemail.com> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gpsdrive~/configure.ac gpsdrive/configure.ac --- gpsdrive~/configure.ac 2011-07-05 13:43:55.000000000 +0200 +++ gpsdrive/configure.ac 2011-07-05 13:51:30.531707412 +0200 @@ -471,7 +471,7 @@ if $PKG_CONFIG xcursor --atleast-version=1.1.2 then AC_MSG_RESULT([yes]) - AC_CHECK_LIB(fontconfig, XcursorImageCreate, [], [ + AC_CHECK_LIB(Xcursor, XcursorImageCreate, [], [ echo "Error with test of xcursor library not found" exit -1 ])
#! /bin/sh /usr/share/dpatch/dpatch-run ## Description: requires direct link against boost {file,}system ## Origin/Author: Julian Taylor <jtaylor.deb...@googlemail.com> ## Bug: https://bugs.launchpad.net/ubuntu/+source/gpsdrive/+bug/749273 ## 105-add-boost-links.dpatch by Julian Taylor <jtaylor.deb...@googlemail.com> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gpsdrive~/src/Makefile.am gpsdrive/src/Makefile.am --- gpsdrive~/src/Makefile.am 2011-07-05 13:59:11.000000000 +0200 +++ gpsdrive/src/Makefile.am 2011-07-05 14:02:23.341707820 +0200 @@ -42,7 +42,7 @@ INCLUDES = $(DBUS_CFLAGS) -DDBUS_API_SUBJECT_TO_CHANGE=1 endif -gpsdrive_LDADD=@LIBS@ $(LIBADD_DL) +gpsdrive_LDADD=@LIBS@ $(LIBADD_DL) -lboost_filesystem -lboost_system PRGS = gpsdrive.c splash.c splash.h gpsdrive_config.c gpsdrive_config.h \ navigation.c \
signature.asc
Description: OpenPGP digital signature