diff -u glest-3.2.2/debian/changelog glest-3.2.2/debian/changelog --- glest-3.2.2/debian/changelog +++ glest-3.2.2/debian/changelog @@ -1,3 +1,9 @@ +glest (3.2.2-2ubuntu1) natty; urgency=low + + * added a patch ftbfs (LP: #724245) + + -- Tarun Kumar Mall Thu, 24 Feb 2011 11:06:48 +0000 + glest (3.2.2-2) unstable; urgency=low [ Paul Wise ] diff -u glest-3.2.2/debian/patches/series glest-3.2.2/debian/patches/series --- glest-3.2.2/debian/patches/series +++ glest-3.2.2/debian/patches/series @@ -4,0 +5 @@ +ftbfs only in patch2: unchanged: --- glest-3.2.2.orig/debian/patches/ftbfs +++ glest-3.2.2/debian/patches/ftbfs @@ -0,0 +1,10 @@ +--- a/mk/linux/configure.ac ++++ b/mk/linux/configure.ac +@@ -63,6 +63,7 @@ + AC_PATH_X + if test "$no_x" != "yes"; then + AC_DEFINE([X11_AVAILABLE], [1], [Defined if X11 is avilable]) ++ LIBS="$LIBS -lX11" + else + AC_MSG_ERROR("Please install X11 libraries and headers.") + fi