diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-12-19 06:46:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-12-19 06:46:30 +0800 |
commit | b16ca97dfe47d8e821f0a716f72659079211f67b (patch) | |
tree | 92340184ca6f683f332c3a4ebb4590944ce779a9 /graphics/pecomato | |
parent | a226b171ab043198e5220073d62919e20f986ee2 (diff) | |
download | freebsd-ports-gnome-b16ca97dfe47d8e821f0a716f72659079211f67b.tar.gz freebsd-ports-gnome-b16ca97dfe47d8e821f0a716f72659079211f67b.tar.zst freebsd-ports-gnome-b16ca97dfe47d8e821f0a716f72659079211f67b.zip |
This port now builds with gcc 4.0+
Notified by: kris
Diffstat (limited to 'graphics/pecomato')
-rw-r--r-- | graphics/pecomato/files/patch-util.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pecomato/files/patch-util.h b/graphics/pecomato/files/patch-util.h new file mode 100644 index 000000000000..cc78007ca30b --- /dev/null +++ b/graphics/pecomato/files/patch-util.h @@ -0,0 +1,10 @@ +--- util.h.orig Mon Dec 18 20:22:56 2006 ++++ util.h Mon Dec 18 20:23:03 2006 +@@ -8,6 +8,7 @@ + + #ifndef _util_h_ + #define _util_h_ ++#define _SSIZE_T_DECLARED + + + #include <stdio.h> |