diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-27 23:12:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-27 23:12:01 +0000 |
commit | f9916a49910bbfe8c6c740555cc2121ef89a4747 (patch) | |
tree | 8e0d16308a0493d1078b078de8ae83ec71f04324 | |
parent | 740072f5cadbfdbd8172f7942590d2ca9cf1de91 (diff) | |
download | ports-f9916a49910bbfe8c6c740555cc2121ef89a4747.tar.gz ports-f9916a49910bbfe8c6c740555cc2121ef89a4747.zip |
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.
Notes
Notes:
svn path=/head/; revision=102329
-rw-r--r-- | graphics/gimp-app-devel/files/patch-configure | 14 | ||||
-rw-r--r-- | graphics/gimp-app/files/patch-configure | 14 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-configure | 14 | ||||
-rw-r--r-- | graphics/gimp/files/patch-configure | 14 | ||||
-rw-r--r-- | graphics/gimpshop/files/patch-configure | 14 |
5 files changed, 55 insertions, 15 deletions
diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure index a94cd64b435f..879a7bd3eb58 100644 --- a/graphics/gimp-app-devel/files/patch-configure +++ b/graphics/gimp-app-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 <gimp-print/gimp-print.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + int + main () +@@ -32842,8 +32843,8 @@ fi fi; diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure index a94cd64b435f..879a7bd3eb58 100644 --- a/graphics/gimp-app/files/patch-configure +++ b/graphics/gimp-app/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 <gimp-print/gimp-print.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + int + main () +@@ -32842,8 +32843,8 @@ fi fi; 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 <gimp-print/gimp-print.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + int + main () +@@ -32842,8 +32843,8 @@ fi fi; diff --git a/graphics/gimp/files/patch-configure b/graphics/gimp/files/patch-configure index a94cd64b435f..879a7bd3eb58 100644 --- a/graphics/gimp/files/patch-configure +++ b/graphics/gimp/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 <gimp-print/gimp-print.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + int + main () +@@ -32842,8 +32843,8 @@ fi fi; diff --git a/graphics/gimpshop/files/patch-configure b/graphics/gimpshop/files/patch-configure index a94cd64b435f..879a7bd3eb58 100644 --- a/graphics/gimpshop/files/patch-configure +++ b/graphics/gimpshop/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 <gimp-print/gimp-print.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + int + main () +@@ -32842,8 +32843,8 @@ fi fi; |