diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-28 07:12:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-28 07:12:01 +0800 |
commit | 838aedef000db3cb104c648657af3fbf1dc3522a (patch) | |
tree | 2c505bb60407217fc252882e11980b4c2931647c | |
parent | 8ab6ac2743e3c45f152ec38494b5e9f3842ee78f (diff) | |
download | freebsd-ports-gnome-838aedef000db3cb104c648657af3fbf1dc3522a.tar.gz freebsd-ports-gnome-838aedef000db3cb104c648657af3fbf1dc3522a.tar.zst freebsd-ports-gnome-838aedef000db3cb104c648657af3fbf1dc3522a.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.
-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; |