diff -Nru sdlmess-0141/debian/changelog sdlmess-0141/debian/changelog --- sdlmess-0141/debian/changelog 2011-02-08 12:24:43.000000000 +0000 +++ sdlmess-0141/debian/changelog 2011-02-10 11:09:03.000000000 +0000 @@ -1,3 +1,9 @@ +sdlmess (0141-0ubuntu1~ppa2) lucid; urgency=low + + * Trying to fix amd64 build. + + -- Emil Mikulic Thu, 10 Feb 2011 22:08:48 +1100 + sdlmess (0141-0ubuntu1~ppa1) lucid; urgency=low * Updated to diff -Nru sdlmess-0141/debian/patches/makefile.patch sdlmess-0141/debian/patches/makefile.patch --- sdlmess-0141/debian/patches/makefile.patch 2011-02-09 13:16:00.000000000 +0000 +++ sdlmess-0141/debian/patches/makefile.patch 2011-02-10 11:05:19.000000000 +0000 @@ -2,8 +2,21 @@ Index: sdlmess-0141/makefile =================================================================== ---- sdlmess-0141.orig/makefile 2011-02-08 23:45:22.621177688 +1100 -+++ sdlmess-0141/makefile 2011-02-09 21:51:40.214036496 +1100 +--- sdlmess-0141.orig/makefile 2011-02-10 00:15:31.225995340 +1100 ++++ sdlmess-0141/makefile 2011-02-10 22:05:17.069014775 +1100 +@@ -321,9 +321,9 @@ + endif + + # 64-bit builds get a '64' suffix +-ifeq ($(PTR64),1) +-SUFFIX64 = 64 +-endif ++#ifeq ($(PTR64),1) ++#SUFFIX64 = 64 ++#endif + + # debug builds just get the 'd' suffix and nothing more + ifdef DEBUG @@ -770,3 +770,14 @@ #-------------------------------------------------