1
0
forked from ports/opt

gdb: dont try building against guile 2.2, fixes FS#1515

This commit is contained in:
Thomas Penteker 2019-03-18 22:50:01 +01:00
parent ce4a33a9fb
commit aab7e947af
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cO4UMbkpQztalDaRhSrImRjZ4Iff4z1hgTAjDSqkAYxkI5QTu+w7jESiePTvKGyGkVejdzMPORAQG0IzagDNQo=
SHA256 (Pkgfile) = d3ba8e365d81ad877dfb03d326fb2f5506c4eb89b310c97d18373a1267b3820f
RWSE3ohX2g5d/fTx/xV1wNDCVWm3GUV2hzO+jqnfia1MKr3kQk/HakRIqMOht/4LpBaceQiRKKqeCtCFVx2m5lNzxUeIFsOnLws=
SHA256 (Pkgfile) = 792bb26a400c3ecf1e117e6dfc6735f419b013b05cde377aae4b5f5015fe77a0
SHA256 (.footprint) = 2a2adc49342318ac40acd7b3252b4e1587b1d3eac40e86f74f1625dbbcc716f3
SHA256 (gdb-8.2.1.tar.xz) = 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202

View File

@ -11,6 +11,10 @@ source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
# Fixes FS#1515 until gdb supports guile-2.2
sed -i -e '/guile-2.2/s/^\(.*\)guile-2.2[[:space:]]*\(.*\)$/\1\2/' gdb/configure
./configure --prefix=/usr
make