PR: 264457
Details
Details
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Probably nicer:
Makefile:
PLIST_SUB=DEBUG_SUFFIX=${WITH_DEBUG:Dd}
plist:
lib/libfreetype%%DEBUG_SUFFIX%%.so lib/libfreetype%%DEBUG_SUFFIX%%.so.6 lib/libfreetype%%DEBUG_SUFFIX%%.so.6.18.3
Comment Actions
Late to the party, but I am not sure this is the right way(tm).
I tend to replace installed libraries with their WITH_DEBUG=yes version to keep them working but to provide debug symbols.
Will apps be able to find libfreetype*.so after it is reinstalled WITH_DEBUG=yes? Maybe we should fix patching the upstream code to drop the "d" suffix altogether instead?