CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/22 06:18:44
Modified files:
net/pmacct : Makefile
net/pmacct/patches: patch-configure_ac
devel/libcdada : Makefile distinfo
Added files:
net/pmacct/patches: patch-examples_lg_Makefile_am
patch-src_Makefile_am
Log message:
Fix sparc64 libcdada and pmacct builds
ld.bfd(1) does not understand library-specs(7), i.e. `-lestdc++>=17'
but both ports pass them through CXXLIB on non-clang arches.
Use c++ to link, disable examples, update libcdada and fix CXXLIB handling
for libcdada detection in pmacct.
>From Brad Smith, thanks!
Prodded by my ugly hack to remove library-specs(7)
OK sthen