diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-23 06:18:22 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-23 06:18:22 +0000 |
commit | f28ca46edc2a3fba60cb808d7d0e7dbd6db1a144 (patch) | |
tree | ed327c88f44e004171f50452880377f54e5d57dc /graphics/kdegraphics3 | |
parent | 0b0dce9ef4fbb6784bfa7e977ab80dfe1f3e2df3 (diff) | |
download | ports-f28ca46edc2a3fba60cb808d7d0e7dbd6db1a144.tar.gz ports-f28ca46edc2a3fba60cb808d7d0e7dbd6db1a144.zip |
Notes
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/files/patch-kdvi::font.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/kdegraphics3/files/patch-kdvi::font.cpp b/graphics/kdegraphics3/files/patch-kdvi::font.cpp new file mode 100644 index 000000000000..4509910b2fb6 --- /dev/null +++ b/graphics/kdegraphics3/files/patch-kdvi::font.cpp @@ -0,0 +1,11 @@ +--- kdvi/font.cpp.orig Mon Apr 22 23:45:41 2002 ++++ kdvi/font.cpp Mon Apr 22 23:45:53 2002 +@@ -3,7 +3,7 @@ + + #include <kdebug.h> + #include <klocale.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <qapplication.h> + #include <qfile.h> + #include <stdio.h> |