On Fri, Dec 08 2017, Martin Pieuchot <[email protected]> wrote:
> This port is currently broken.  At run time no button work and the app
> spits a lot of the following warnings:
>
> libglade-WARNING **: could not find signal handler 'id3_info'.
>
> Adding "-Wl,--export-dynamic" to the linker fixes the problem and I can
> finally tag my mp3.
>
> ok?

ok jca@

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/audio/tagtool/Makefile,v
> retrieving revision 1.34
> diff -u -p -r1.34 Makefile
> --- Makefile  21 Nov 2017 00:12:59 -0000      1.34
> +++ Makefile  8 Dec 2017 10:40:42 -0000
> @@ -3,7 +3,7 @@
>  COMMENT=     Ogg Vorbis and MP3 files tagger
>  
>  DISTNAME=    tagtool-0.12.3
> -REVISION=    20
> +REVISION=    21
>  CATEGORIES=  audio
>  
>  MAINTAINER=  Vlad Glagolev <[email protected]>
> @@ -36,7 +36,7 @@ RUN_DEPENDS=        devel/desktop-file-utils \
>  CONFIGURE_STYLE=gnu
>  
>  CONFIGURE_ENV=       CPPFLAGS="-I${LOCALBASE}/include" \
> -             LDFLAGS="-L${LOCALBASE}/lib -lm -logg"
> +             LDFLAGS="-L${LOCALBASE}/lib -lm -logg -Wl,--export-dynamic"
>  
>  USE_GMAKE=   Yes
>  
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to