The dependency code from kde.mk can add LIB_DEPENDS if the sense-file is a
library. Import this into bsd.qt.mk
This is done to simplify D8540
Differential D8602
Update the dependency code in bsd.qt.mk to the one from kde.mk Authored by tcberner on Nov 21 2016, 11:22 AM. Tags None Referenced Files
Subscribers None
Details
The dependency code from kde.mk can add LIB_DEPENDS if the sense-file is a This is done to simplify D8540
Diff Detail
Event TimelineComment Actions I have not looked at it in details, but it looks like the right thing to do. Note that LIB_DEPENDS use ldconfig's data (not ldconfig directly), so, if the library is not in LOCALBASE/lib, the full path to it must be set via USE_LDCONFIG's mechanism in the port providing the library. Comment Actions They all should already have USE_LDCONFIG=${PREFIX}/${QT_LIBDIR_REL} in their Makefiles [and so far at least I have had no fallout while testbuilding this diff]. |