tags 556916 + patch thanks Attached is the patch that I just applied to the Ubuntu package.
diff -u neverball-1.5.4/debian/patches/series neverball-1.5.4/debian/patches/series --- neverball-1.5.4/debian/patches/series +++ neverball-1.5.4/debian/patches/series @@ -1,0 +2 @@ +fix-build-gold-linker only in patch2: unchanged: --- neverball-1.5.4.orig/debian/patches/fix-build-gold-linker +++ neverball-1.5.4/debian/patches/fix-build-gold-linker @@ -0,0 +1,19 @@ +--- a/Makefile 2009-09-20 12:06:00.000000000 +0200 ++++ b/Makefile 2010-10-18 13:30:28.167540948 +0200 +@@ -131,14 +131,14 @@ + OGL_LIBS := -framework OpenGL + endif + +-BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) ++BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) -lm + + ifdef DARWIN + BASE_LIBS += -L/opt/local/lib + endif + + ALL_LIBS := $(SDL_LIBS) $(BASE_LIBS) $(TILT_LIBS) $(INTL_LIBS) -lSDL_ttf \ +- -lvorbisfile $(OGL_LIBS) ++ -lvorbisfile $(OGL_LIBS) -lX11 + + #------------------------------------------------------------------------------ +

