diff options
Diffstat (limited to 'app-text/gv/gv-3.5.8.ebuild')
-rw-r--r-- | app-text/gv/gv-3.5.8.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-text/gv/gv-3.5.8.ebuild b/app-text/gv/gv-3.5.8.ebuild index c8a5a399873e..a315147cf16e 100644 --- a/app-text/gv/gv-3.5.8.ebuild +++ b/app-text/gv/gv-3.5.8.ebuild @@ -18,11 +18,9 @@ src_unpack() { # need to check if this can be done automatically - # The -gentoo patch is std: installation into /usr - # instead of /usr/local unpack ${P}.tar.gz cd ${S} - patch -p0 <${FILESDIR}/${P}-gentoo.diff + patch -p0 <${FILESDIR}/${P}-gentoo-1.diff } @@ -33,6 +31,9 @@ src_compile() { # emake may not work try xmkmf try make Makefiles + + patch -p0 <${FILESDIR}/${P}-gentoo-2.diff + try make } @@ -43,6 +44,7 @@ src_install () { try make DESTDIR=${D} install try make DESTDIR=${D} install.man try make DESTDIR=${D} install.doc + gzip ${D}/usr/man/man1/gv.1x } |