diff options
author | wiz <wiz> | 2006-01-05 23:21:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-05 23:21:46 +0000 |
commit | 1e6ca46f5ef61ec292006837d6137ca8f6cced5a (patch) | |
tree | c62d4b53af8064d73cc4a3d70c6666bfd48f132c /audio/madman/patches | |
parent | 1f342ead268537f21f4cd7fc05a2815bbe127939 (diff) | |
download | pkgsrc-1e6ca46f5ef61ec292006837d6137ca8f6cced5a.tar.gz |
Fix build. Remove BROKEN_IN line.
Patch from Sergey Svishchev in PR 32455.
Diffstat (limited to 'audio/madman/patches')
-rw-r--r-- | audio/madman/patches/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/madman/patches/patch-ae b/audio/madman/patches/patch-ae new file mode 100644 index 00000000000..35ebe81c92b --- /dev/null +++ b/audio/madman/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2006/01/05 23:21:47 wiz Exp $ + +--- designer/mainwin.ui.orig 2004-05-20 14:03:14.000000000 +0000 ++++ designer/mainwin.ui +@@ -1039,9 +1039,4 @@ + <slot>fileExitAction_activated()</slot> + </slots> + <layoutdefaults spacing="6" margin="2"/> +-<includehints> +- <includehint>tsonglistview.h</includehint> +- <includehint>tsetlistview.h</includehint> +- <includehint>tsonglistview.h</includehint> +-</includehints> + </UI> |