CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/02/16 11:17:49
Modified files:
devel/gettext : Makefile
devel/gettext/pkg: PLIST
Added files:
devel/gettext/pkg: PFRAG.shared
Log message:
The pkg_create magic to handle stripping dynamic libraries on static-only
arch works by converting the .so to .a (which covers the case where a
shared arch builds an .so with no associated .a). As gettext has a couple
of shared libraries with no associated static library this scheme doesn't
work, so split it back out to PFRAG.shared to disable the magic. Fixes vax.
ok espie@ naddy@