From 838aedef000db3cb104c648657af3fbf1dc3522a Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 27 Feb 2004 23:12:01 +0000 Subject: Include string.h when running the test for gimp-print as it needs a proper prototype for strdup. This fixes the build on 64-bit systems. Thanks to marcel for hunting this down. --- graphics/gimp-devel/files/patch-configure | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'graphics/gimp-devel') diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure index a94cd64b435f..879a7bd3eb58 100644 --- a/graphics/gimp-devel/files/patch-configure +++ b/graphics/gimp-devel/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Tue Feb 3 20:25:57 2004 -+++ configure Thu Feb 5 02:13:22 2004 +--- configure.orig Fri Feb 27 18:09:19 2004 ++++ configure Fri Feb 27 18:10:20 2004 @@ -1995,8 +1995,8 @@ @@ -11,7 +11,15 @@ -@@ -32842,8 +32842,8 @@ +@@ -31377,6 +31377,7 @@ + #include + #include + #include ++#include + + int + main () +@@ -32842,8 +32843,8 @@ fi fi; -- cgit