[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libgd-perl: can't build on ia64



Package: libgd-perl
Version: 1.38-0.2
Severity: critical
Tag: patch

The package doesn't build on ia64
http://buildd.debian.org/build.php?arch=&pkg=libgd-perl

I belive this patch fixes the problem:

diff -Nru libgd-perl-1.38/GD.xs libgd-perl-1.38.new/GD.xs
--- libgd-perl-1.38/GD.xs       Wed Dec 19 21:06:29 2001
+++ libgd-perl-1.38.new/GD.xs   Thu Jan 10 16:30:40 2002
@@ -19,7 +19,9 @@
        usage restrictions */
 #define gdFree free

+gdImagePtr gdImageCreateFromXpm(char *filename);
+int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
+
 static int
 not_here(char *s)
 {

I think it was a problem with calling undeclared functions.

-- 
Piotr Roszatycki, Netia Telekom S.A.                    .''`.
mailto:Piotr_Roszatycki@netia.net.pl                   : :' :
mailto:dexter@debian.org                               `. `'
                                                         `-




Reply to: