openbsd-ports/devel/gettext/pkg/PFRAG.shared
sthen 7f9dc60721 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@
2013-02-16 18:17:49 +00:00

7 lines
307 B
Plaintext

@comment $OpenBSD: PFRAG.shared,v 1.9 2013/02/16 18:17:49 sthen Exp $
@lib lib/libasprintf.so.${LIBasprintf_VERSION}
@lib lib/libgettextlib.so.${LIBgettextlib_VERSION}
@lib lib/libgettextpo.so.${LIBgettextpo_VERSION}
@lib lib/libgettextsrc.so.${LIBgettextsrc_VERSION}
@lib lib/libintl.so.${LIBintl_VERSION}