diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 22:08:27 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 22:08:27 +0000 |
commit | d3917eb1a16bba79c5fe8f94d83a64869f711a17 (patch) | |
tree | 44acbb21b7c983d9a1c0b47a518d4eeeb2200c78 /audio/xamp/files/patch-aj | |
parent | Update to 0.8.10. Add skin data, WWW: to pkg/DESCR. (diff) |
Add these patches along with the 0.8.10 update.
Notes
Notes:
svn path=/head/; revision=28945
Diffstat (limited to 'audio/xamp/files/patch-aj')
-rw-r--r-- | audio/xamp/files/patch-aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/xamp/files/patch-aj b/audio/xamp/files/patch-aj new file mode 100644 index 000000000000..218cf1e793db --- /dev/null +++ b/audio/xamp/files/patch-aj @@ -0,0 +1,12 @@ +--- dirDlgData.cpp.orig Tue Jan 25 01:36:16 2000 ++++ dirDlgData.cpp Tue Jan 25 01:36:43 2000 +@@ -6,6 +6,9 @@ + #include <qframe.h> + #include <qlabel.h> + ++#define QColor(i) (QColor)(i) ++#define QRgb(i) (QRgb)(i) ++ + dirDlgData::dirDlgData + ( + QWidget* parent, |