1
0
forked from ports/opt

libunwind: man pages depend on latex2man, added texlive to Optional

This commit is contained in:
Tim Biermann 2021-10-16 17:24:18 +02:00
parent f81ecfbdf6
commit e5de849ed8
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/T1Zli+uAZ/yuCr+lmFOZTpwiYVL5uP7QjYuKfgAZRqHqbGYtTdY0pRdItNUU3Ag776CKjbbXfZ/wsGe4BgLJww=
SHA256 (Pkgfile) = e6f6fc6b7584f1b2731d17d5c29cc3278ae2c9dc0797d1e56752b918ec4474cc
RWSE3ohX2g5d/fRc5p1el8F8RoeKekrkiQyAE+omnh3lJmejfLqDQEkBgGG78GWVbL7itIQBp5Q9+fqN6TwIg5F126hH5la9VAU=
SHA256 (Pkgfile) = 962d3e711f86660f7018a3dcd0e3bc6ad80a7a3ad4b15f6aef5c5f21c7e439be
SHA256 (.footprint) = 5c047d8ece2b1c9ac79f91fadcdc7d1d82dff62feae56ed6ce17a886f4de5ade
SHA256 (libunwind-1.5.0.tar.gz) = 90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017

View File

@ -1,7 +1,8 @@
# Description: Portable and efficient API to determine the call-chain of a program
# URL: https://savannah.nongnu.org/projects/libunwind
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on:
# Depends on:
# Optional: texlive
name=libunwind
version=1.5.0
@ -10,7 +11,7 @@ source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --enable-documentation
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install