diff options
-rw-r--r-- | multimedia/bmpx/Makefile | 2 | ||||
-rw-r--r-- | multimedia/bmpx/files/patch-widgets-popup.cc | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index fedb787fb451..49173bba0655 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -29,8 +29,6 @@ LIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib \ CONFLICTS= bmpx-devel-[0-9]* -BROKEN= does not compile - USE_BISON= build USE_XORG= ice sm USE_BZIP2= yes diff --git a/multimedia/bmpx/files/patch-widgets-popup.cc b/multimedia/bmpx/files/patch-widgets-popup.cc new file mode 100644 index 000000000000..1f2e1b1dc8b9 --- /dev/null +++ b/multimedia/bmpx/files/patch-widgets-popup.cc @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2009/03/26 23:12:22 wiz Exp $ + +--- widgets/popup.cc.orig 2008-03-05 21:31:12.000000000 +0000 ++++ widgets/popup.cc +@@ -308,7 +308,7 @@ namespace Bmp + + if (m_location == ARROW_TOP) + { +- Cairo::Matrix matrix = { 1, 0, 0, -1, 0, h }; ++ Cairo::Matrix matrix ( 1, 0, 0, -1, 0, h ); + cr->set_matrix (matrix); + } + |