lang/dmd: install libc.so.98, not libc.so.97

please commit, bcallah
This commit is contained in:
tb 2023-12-19 22:34:04 +00:00
parent 2a7f1bba31
commit f0bb0bb0c0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ post-extract:
mv ${WRKSRC}/dmd-${V} ${WRKSRC}/dmd
mv ${WRKSRC}/phobos-${V} ${WRKSRC}/phobos
chmod 644 ${WRKDIR}/dmd-bootstrap/openbsd/bin64/lib*.so* # XXX
cp /usr/lib/libc.so.97.* ${WRKDIR}/dmd-bootstrap/openbsd/bin64/ # XXX
cp /usr/lib/libc.so.98.* ${WRKDIR}/dmd-bootstrap/openbsd/bin64/ # XXX
# We need to do this manually.
# Yes, this is all really correct.