diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2000-02-12 00:46:28 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2000-02-12 00:46:28 +0000 |
commit | 7fc0748f69e0a3fba2084129251565cb38f65807 (patch) | |
tree | 994c1c6c6b73b3e5b32dc1bff768f207ca1c03b6 | |
parent | Remove a dead MASTER_SITE (diff) |
Fix compiler error.
Submitted by: R. Imura <imura@cs.titech.ac.jp>
Notes
Notes:
svn path=/head/; revision=25677
-rw-r--r-- | math/xgfe/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/xgfe/files/patch-ac b/math/xgfe/files/patch-ac new file mode 100644 index 000000000000..0bfa74ad7fdc --- /dev/null +++ b/math/xgfe/files/patch-ac @@ -0,0 +1,12 @@ +--- xgfeMainData.cpp.orig Sun Jun 7 14:39:29 1998 ++++ xgfeMainData.cpp Sat Feb 12 05:00:10 2000 +@@ -34,6 +34,9 @@ + #include <qpushbt.h> + #include <qlayout.h> + ++#define QColor(i) (QColor)(i) ++#define QRgb(i) (QRgb)(i) ++ + xgfeMainData::xgfeMainData + ( + QWidget* parent = 0, |