parent
2582e461f5
commit
6157a25357
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'plan9port'
|
# Template file for 'plan9port'
|
||||||
pkgname=plan9port
|
pkgname=plan9port
|
||||||
version=20200222
|
version=20200222
|
||||||
revision=2
|
revision=3
|
||||||
_githash=92aa0e13ad8cec37936998a66eb728bfca88d689
|
_githash=92aa0e13ad8cec37936998a66eb728bfca88d689
|
||||||
archs="i686* x86_64* ppc*"
|
archs="i686* x86_64* ppc*"
|
||||||
wrksrc="${pkgname}-${_githash}"
|
wrksrc="${pkgname}-${_githash}"
|
||||||
|
@ -28,6 +28,8 @@ post_extract() {
|
||||||
-i src/cmd/faces/mkfile \
|
-i src/cmd/faces/mkfile \
|
||||||
-i src/cmd/mkfile
|
-i src/cmd/mkfile
|
||||||
vsed -e 's/-lX11$/& $LDFLAGS/g' -i src/cmd/rio/mkfile
|
vsed -e 's/-lX11$/& $LDFLAGS/g' -i src/cmd/rio/mkfile
|
||||||
|
sed -i "s,/usr/local/plan9,/usr/lib/plan9,g" \
|
||||||
|
$(grep -lr /usr/local/plan9)
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS+=' -D_DEFAULT_SOURCE'
|
CFLAGS+=' -D_DEFAULT_SOURCE'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue