tags 553950 patch
thanks

Hello dear maintainer

The attached patch should fix build failure

regards

-- 
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community developer.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
Description: Fix FTBFS due to indirect linking in natty toolchain 
Author: Bhavani Shankar <bh...@ubuntu.com>
Bug-Debian: http://bugs.debian.org/553950

--- antennavis-0.3.1.orig/Makefile.in
+++ antennavis-0.3.1/Makefile.in
@@ -28,7 +28,7 @@
 ##
 CFLAGS := @CFLAGS@
 CPPFLAGS := @CPPFLAGS@
-LIBS := @LIBS@
+LIBS := @LIBS@ -lX11 -lm
 LDFLAGS := @LDFLAGS@
 
 prefix = @prefix@

Reply via email to