diff options
Diffstat (limited to 'sci-astronomy/psfex/psfex-3.9.1-r1.ebuild')
-rw-r--r-- | sci-astronomy/psfex/psfex-3.9.1-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild b/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild index 3806da3ee..aa54f2c6d 100644 --- a/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild +++ b/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild @@ -36,6 +36,8 @@ src_prepare() { -e "s/-llapack/-l${myclapack}/g" \ -e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \ acx_atlas.m4 || die + # fix for newer plplot + sed -i -e 's/plcol(/plcol0(/g' src/cplot.c || die eautoreconf } |