diff options
Diffstat (limited to 'sci-mathematics/prng/prng-3.0.2-r3.ebuild')
-rw-r--r-- | sci-mathematics/prng/prng-3.0.2-r3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild b/sci-mathematics/prng/prng-3.0.2-r3.ebuild index e4cc42dcc3ef..add90f9238c1 100644 --- a/sci-mathematics/prng/prng-3.0.2-r3.ebuild +++ b/sci-mathematics/prng/prng-3.0.2-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic +inherit autotools DESCRIPTION="Pseudo-Random Number Generator library" HOMEPAGE="http://statmath.wu.ac.at/prng/" @@ -25,8 +25,6 @@ src_prepare() { } src_configure() { - # bug 705318 - append-cflags -fvisibility-inlines-hidden econf $(use_enable static-libs static) } |