mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
mdocml: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
62bdd3484c
commit
3ea26d44f5
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ alternatives="
|
||||||
man:whatis.1:/usr/share/man/man1/mandoc-whatis.1
|
man:whatis.1:/usr/share/man/man1/mandoc-whatis.1
|
||||||
man:apropos.1:/usr/share/man/man1/mandoc-apropos.1"
|
man:apropos.1:/usr/share/man/man1/mandoc-apropos.1"
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# use less(1)
|
# use less(1)
|
||||||
sed -i 's,"more -s","less -s",g' main.c
|
sed -i 's,"more -s","less -s",g' main.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue