diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 19:10:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 19:10:29 +0000 |
commit | 8827b1b717bdcca88ca3797188a66f312a4bf3ed (patch) | |
tree | 66f667bf5e59bc3d810c8ebe2ff57eb4ad9cf9e2 /databases/clip/files/patch-cliplibs::clip-gd::gd::gdcache.h | |
parent | The package libintl-perl is an internationalization library for Perl (diff) |
Unbreak (at least on i386) and upgrade to 1.1.9-1.
Approved by: mat (mentor).
Notes
Notes:
svn path=/head/; revision=107743
Diffstat (limited to 'databases/clip/files/patch-cliplibs::clip-gd::gd::gdcache.h')
-rw-r--r-- | databases/clip/files/patch-cliplibs::clip-gd::gd::gdcache.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/clip/files/patch-cliplibs::clip-gd::gd::gdcache.h b/databases/clip/files/patch-cliplibs::clip-gd::gd::gdcache.h new file mode 100644 index 000000000000..bce72adfcea7 --- /dev/null +++ b/databases/clip/files/patch-cliplibs::clip-gd::gd::gdcache.h @@ -0,0 +1,11 @@ +--- ./cliplibs/clip-gd/gd/gdcache.h.orig Tue Apr 20 00:01:09 2004 ++++ ./cliplibs/clip-gd/gd/gdcache.h Tue Apr 20 00:13:40 2004 +@@ -40,7 +40,7 @@ + /* header */ + /*********************************************************/ + +-#include <sdtlib.h> ++#include <stdlib.h> + #ifndef NULL + #define NULL (void *)0 + #endif |