CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2016/06/05 04:00:01

Modified files:
        x11/wxSVG      : Makefile 
        multimedia/gstreamer1/plugins-good: Makefile 

Log message:
Fix packaging on !(amd64|i386) by using MODGCC4_CPPWANTLIB instead of
estdc++.

Those two ports have multimedia/libvpx in their dependency chain, and
the latter uses lang/clang MODULE but only on i386 & amd64 only, which
in turns adds gcc4 to MODULES and thus adds lang/gcc/4.9,-libs to
LIB_DEPENDS.. but only for i386 & amd64 - thus breaking other archs with
'Missing library for estdc++'.

Using MODGCC4_CPPWANTLIB fixes this, because it is set on archs using
lang/clang, and unset on the others.

ok ajacoutot@

Reply via email to