summaryrefslogtreecommitdiff
path: root/devel/qt4-makeqpf/files/extra-patch__tools__makeqpf__qpf2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qt4-makeqpf/files/extra-patch__tools__makeqpf__qpf2.cpp')
-rw-r--r--devel/qt4-makeqpf/files/extra-patch__tools__makeqpf__qpf2.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/qt4-makeqpf/files/extra-patch__tools__makeqpf__qpf2.cpp b/devel/qt4-makeqpf/files/extra-patch__tools__makeqpf__qpf2.cpp
deleted file mode 100644
index ab46d51ae6c7..000000000000
--- a/devel/qt4-makeqpf/files/extra-patch__tools__makeqpf__qpf2.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/makeqpf/qpf2.cpp.orig 2009-09-07 13:00:31.000000000 +0200
-+++ tools/makeqpf/qpf2.cpp 2009-09-21 22:15:11.717123200 +0200
-@@ -363,6 +363,8 @@
- int startGlyphIndex;
- };
-
-+#define log2(x) log(x)/log(2)
-+
- static QByteArray generateTrueTypeCMap(QFontEngine *fe)
- {
- QByteArray cmap;