CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/11/04 15:28:36
Modified files:
print/poppler : Makefile
Log message:
Add ${MODGCC4_CPPLIBDEP} to LIB_DEPENDS-*, changes nothing for clang
archs, but fixes the dreaded 'Missing library for estdc++>=17.0' error
message at pkg_create on other archs. COMPILER_LIBCXX is in WANTLIB-*,
but nothing brought it into context, as ${MODGCC4_CPPLIBDEP} is only in
LIB_DEPENDS, which isnt inherited by LIB_DEPENDS-* here.
If you didnt understood all this garbage, your mental sanity is safe.
ok kili@