aboutsummaryrefslogtreecommitdiff
path: root/math/xgfe
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2000-02-12 00:46:28 +0000
committerMatthew Hunt <mph@FreeBSD.org>2000-02-12 00:46:28 +0000
commit7fc0748f69e0a3fba2084129251565cb38f65807 (patch)
tree994c1c6c6b73b3e5b32dc1bff768f207ca1c03b6 /math/xgfe
parent00061c960d48c686c78ed9969dfed85ef3929d69 (diff)
downloadports-7fc0748f69e0a3fba2084129251565cb38f65807.tar.gz
ports-7fc0748f69e0a3fba2084129251565cb38f65807.zip
Fix compiler error.
Submitted by: R. Imura <imura@cs.titech.ac.jp>
Notes
Notes: svn path=/head/; revision=25677
Diffstat (limited to 'math/xgfe')
-rw-r--r--math/xgfe/files/patch-ac12
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,