libieee1284: unbreak musl: outb_p -> outb
This commit is contained in:
parent
fd732f3acb
commit
9d108ea1f5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libieee1284'
|
# Template file for 'libieee1284'
|
||||||
pkgname=libieee1284
|
pkgname=libieee1284
|
||||||
version=0.2.11
|
version=0.2.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --without-python"
|
configure_args="--disable-static --without-python"
|
||||||
short_desc="A library to query devices connected in parallel port"
|
short_desc="A library to query devices connected in parallel port"
|
||||||
|
@ -11,6 +11,8 @@ license="GPL-2"
|
||||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=7730de107782e5d2b071bdcb5b06a44da74856f00ef4a9be85d1ba4806a38f1a
|
checksum=7730de107782e5d2b071bdcb5b06a44da74856f00ef4a9be85d1ba4806a38f1a
|
||||||
|
|
||||||
|
CFLAGS="-Doutb_p=outb"
|
||||||
|
|
||||||
libieee1284-devel_package() {
|
libieee1284-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue