diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-07 00:04:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-07 00:04:17 +0000 |
commit | a2227a0eeb0f8ab37597538f9a820cb2e8859f34 (patch) | |
tree | 88e4ddfe4be40388e280c5556f4788a0b1a1e46a /multimedia | |
parent | 9ba24d6858f18e09dd40d77c9035d641b4cf996e (diff) | |
download | pkgsrc-a2227a0eeb0f8ab37597538f9a820cb2e8859f34.tar.gz |
Build fix for latest glib2.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/subtitleeditor/distinfo | 3 | ||||
-rw-r--r-- | multimedia/subtitleeditor/patches/patch-plugins_actions_findandreplace_findandreplace_cc | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/subtitleeditor/distinfo b/multimedia/subtitleeditor/distinfo index 72b7ee58c13..6446e5b424e 100644 --- a/multimedia/subtitleeditor/distinfo +++ b/multimedia/subtitleeditor/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.3 2011/12/05 22:53:45 joerg Exp $ +$NetBSD: distinfo,v 1.4 2012/05/07 00:04:17 dholland Exp $ SHA1 (subtitleeditor-0.30.0.tar.gz) = bf1a2064b4c68bf21c05a095ad3f746b53da4ac8 RMD160 (subtitleeditor-0.30.0.tar.gz) = 77cd4b22740453e986d35cbdd7335fbd5728149c Size (subtitleeditor-0.30.0.tar.gz) = 1094597 bytes SHA1 (patch-aa) = 7e133810acee32a8c46ce9899765a9931b935592 +SHA1 (patch-plugins_actions_findandreplace_findandreplace_cc) = 8861c1aab7e5fd4551af2019f28cc9e735fdcfdb SHA1 (patch-plugins_subtitleformats_advancedsubstationalpha_advancedsubstationalpha.cc) = 813f2890b4fb5ab8802ddb75d978b60b13c1a92e SHA1 (patch-plugins_subtitleformats_mpsub_mpsub.cc) = 49f23c5d1e6b8ad8fab687019280bfb2a932c3d3 SHA1 (patch-plugins_subtitleformats_substationalpha_substationalpha.cc) = a806c0b86530144dedff2415af1df57a262715d3 diff --git a/multimedia/subtitleeditor/patches/patch-plugins_actions_findandreplace_findandreplace_cc b/multimedia/subtitleeditor/patches/patch-plugins_actions_findandreplace_findandreplace_cc new file mode 100644 index 00000000000..7977007b33e --- /dev/null +++ b/multimedia/subtitleeditor/patches/patch-plugins_actions_findandreplace_findandreplace_cc @@ -0,0 +1,15 @@ +$NetBSD: patch-plugins_actions_findandreplace_findandreplace_cc,v 1.1 2012/05/07 00:04:17 dholland Exp $ + +Fix build with latest glib2. + +--- plugins/actions/findandreplace/findandreplace.cc~ 2008-11-22 10:11:23.000000000 +0000 ++++ plugins/actions/findandreplace/findandreplace.cc +@@ -22,7 +22,7 @@ + + #include <extension/action.h> + #include <utility.h> +-#include <glib/gregex.h> ++#include <glib.h> + #include <gtkmm_utility.h> + #include <widget_config_utility.h> + #include <memory> |