summaryrefslogtreecommitdiff
path: root/dev-lang/polyml/polyml-5.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-lang/polyml/polyml-5.6.ebuild
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-lang/polyml/polyml-5.6.ebuild')
-rw-r--r--dev-lang/polyml/polyml-5.6.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/polyml/polyml-5.6.ebuild b/dev-lang/polyml/polyml-5.6.ebuild
index 1182c2d0766c..6ec40e592410 100644
--- a/dev-lang/polyml/polyml-5.6.ebuild
+++ b/dev-lang/polyml/polyml-5.6.ebuild
@@ -20,7 +20,10 @@ RDEPEND="X? ( x11-libs/motif:0 )
virtual/libffi"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-configure.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-configure.patch
+ "${FILESDIR}"/${P}-ffi3.patch
+)
src_prepare() {
default
@@ -32,6 +35,7 @@ src_configure() {
--enable-shared \
--disable-static \
--with-system-libffi \
+ --with-pic=pic-only \
$(use_with X x) \
$(use_with gmp) \
$(use_with portable) \