Skip to content
Permalink
Browse files

mediainfo: fix worksrcdir

  • Loading branch information
michaelld authored and cjones051073 committed Apr 25, 2019
1 parent a753142 commit 5e6089141ae9ff35047b44bf14bacef6d6b3dd92
Showing with 5 additions and 3 deletions.
  1. +5 −3 multimedia/mediainfo/Portfile
@@ -24,7 +24,11 @@ homepage https://mediaarea.net
depends_build port:pkgconfig
depends_lib port:zenlib port:zlib port:mediainfolib

worksrcdir ${worksrcdir}/Project/GNU/CLI
if {${name} eq ${subport}} {
worksrcdir ${worksrcdir}/Project/GNU/CLI
} else {
worksrcdir ${worksrcdir}/Project/GNU/GUI
}

use_autoreconf yes
autoreconf.args-append --force --install
@@ -44,8 +48,6 @@ subport MediaInfo-gui {

depends_lib-append port:${wxWidgets.port}

set worksrcpath ${workpath}/${worksrcdir}/Project/GNU/GUI

configure.args --with-wx-config=${wxWidgets.wxconfig} \
--with-wx-prefix=${wxWidgets.prefix}

0 comments on commit 5e60891

Please sign in to comment.
You can’t perform that action at this time.