diff options
Diffstat (limited to 'media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild')
-rw-r--r-- | media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild index 2b1fe6305cb1..ac84b65c8866 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild @@ -32,7 +32,7 @@ RDEPEND=" media-libs/gstreamer:1.0 media-plugins/gst-plugins-meta:1.0 x11-libs/gtk+:3 - virtual/libintl + nls? ( virtual/libintl ) " # opengl? ( # >=dev-cpp/gtkglextmm-1.2.0-r2:1.0 @@ -43,6 +43,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/${PN}-0.52.1-disable-nls-fix.patch +) + src_configure() { # Avoid using --enable-debug as it mocks with CXXFLAGS and LDFLAGS use debug && append-cxxflags -DDEBUG |