summaryrefslogtreecommitdiff
path: root/audio/xsidplay/patches
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-29 11:47:03 +0000
committerrillig <rillig>2007-09-29 11:47:03 +0000
commit338476992ec4993eb1d8a1a45214ead4adb39597 (patch)
treef512887fa19b9269ea396e91d8bf109330ce96b3 /audio/xsidplay/patches
parentca39bb1e4b413a085de2b88772ae2482e5481020 (diff)
downloadpkgsrc-338476992ec4993eb1d8a1a45214ead4adb39597.tar.gz
Fixed build failure.
Diffstat (limited to 'audio/xsidplay/patches')
-rw-r--r--audio/xsidplay/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/xsidplay/patches/patch-ac b/audio/xsidplay/patches/patch-ac
new file mode 100644
index 00000000000..844b2523e28
--- /dev/null
+++ b/audio/xsidplay/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.7 2007/09/29 11:47:03 rillig Exp $
+
+Mutual inclusion of header files is one of the funny sides of C++.
+
+--- src/HistoryFile.h.orig 2007-09-29 13:43:51.000000000 +0200
++++ src/HistoryFile.h 2007-09-29 13:43:43.000000000 +0200
+@@ -19,6 +19,8 @@
+
+ #include <qstring.h>
+
++class HistoryFile; /* needed in HistoryDialog.h */
++
+ #include "HistoryItem.h"
+ #include "HistoryDialog.h"
+ #include "tools/TextFile.h"