Hi,

there’s an easy-to-apply patch attached.

bye,
//mirabilos
-- 
«MyISAM tables -will- get corrupted eventually. This is a fact of life. »
“mysql is about as much database as ms access” – “MSSQL at least descends
from a database” “it's a rebranded SyBase” “MySQL however was born from a
flatfile and went downhill from there” – “at least jetDB doesn’t claim to
be a database”  (#nosec)    ‣‣‣ Please let MySQL and MariaDB finally die!
diff -Nru libgtkada-2.24.1/debian/changelog libgtkada-2.24.1/debian/changelog
--- libgtkada-2.24.1/debian/changelog   2012-09-05 20:51:31.000000000 +0000
+++ libgtkada-2.24.1/debian/changelog   2012-12-04 01:16:34.000000000 +0000
@@ -1,3 +1,9 @@
+libgtkada (2.24.1-8+m68k.1) unreleased; urgency=low
+
+  * Add -lm to the gtkada.gpr link list (Closes: #695055).
+
+ -- Thorsten Glaser <t...@mirbsd.de>  Tue, 04 Dec 2012 01:04:45 +0000
+
 libgtkada (2.24.1-8) unstable; urgency=low
   
   * debian/patches/no_gtkextra.patch: revive, upstream's testgtk still
diff -Nru libgtkada-2.24.1/debian/gtkada.gpr libgtkada-2.24.1/debian/gtkada.gpr
--- libgtkada-2.24.1/debian/gtkada.gpr  2012-04-12 21:17:23.000000000 +0000
+++ libgtkada-2.24.1/debian/gtkada.gpr  2012-12-04 01:04:05.000000000 +0000
@@ -18,7 +18,7 @@
   Soversion := External ("gtkada_SOVERSION");
   Ldlibs := ("-lgtk-x11-2.0", "-lgdk-x11-2.0", "-lgio-2.0",
              "-lpangocairo-1.0", "-lgdk_pixbuf-2.0", "-lcairo", "-lpango-1.0",
-             "-lgmodule-2.0", "-lgobject-2.0", "-lglib-2.0", "-lX11");
+             "-lgmodule-2.0", "-lgobject-2.0", "-lglib-2.0", "-lX11", "-lm");
   --  This is *smaller* than "pkg-config --libs-only-l".
 
   type Library_Kind is ("dynamic", "static");

Reply via email to