Home
       tapp-text/catpoint: Compile fix. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit ed4f8a3c3db490f3ddbf1553f60540645f00745d
   DIR parent 5ad38e74a3c097562b373aa07f39e1cea564217a
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed,  6 May 2020 11:01:42 +0200
       
       app-text/catpoint: Compile fix.
       
       Diffstat:
         M app-text/catpoint/catpoint-9999.eb… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/app-text/catpoint/catpoint-9999.ebuild b/app-text/catpoint/catpoint-9999.ebuild
       t@@ -23,6 +23,7 @@ src_prepare() {
                sed -i \
                        -e "/^CDFLAGS/{s|=|+=|g;s|-O. | |g}" \
                        -e "/^LDFLAGS/{s|=|+=|g;s|-s | |g}" \
       +                -e "s@^LIBS = .*@& -ltinfow@" \
                        -e "s@-I/usr/include@@" -e "s@-L/usr/lib@@" \
                        config.mk || die