diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-01 09:25:27 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-01 09:25:46 +0100 |
commit | 12b271ca74ad09a62a1cf5c3730a8bfd27dd69c8 (patch) | |
tree | 3da06d120f518d764ff6a39ddfcc17cbd4c09327 /app-text/ghostscript-gpl | |
parent | net-misc/netkit-telnetd: change sed delimiter (diff) | |
download | gentoo-12b271ca74ad09a62a1cf5c3730a8bfd27dd69c8.tar.gz gentoo-12b271ca74ad09a62a1cf5c3730a8bfd27dd69c8.tar.bz2 gentoo-12b271ca74ad09a62a1cf5c3730a8bfd27dd69c8.zip |
app-text/ghostscript-gpl-9.53.3-r2: fix Darwin build, add Prefix keywords
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild index 47929e088e2b..54e756c4a189 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild @@ -23,7 +23,7 @@ fi LICENSE="AGPL-3 CPL-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cups dbus gtk l10n_de static-libs unicode X" LANGS="ja ko zh-CN zh-TW" @@ -156,7 +156,8 @@ src_configure() { $(use_enable gtk) \ $(use_with cups pdftoraster) \ $(use_with unicode libidn) \ - $(use_with X x) + $(use_with X x) \ + DARWIN_LDFLAGS_SO_PREFIX="${EPREFIX}/usr/lib/" cd "${S}/ijs" || die econf \ |