libticables2: remove texinfo hostdep, fix ppc64le build
This commit is contained in:
parent
da940261e2
commit
5521bcbc73
2 changed files with 12 additions and 1 deletions
11
srcpkgs/libticables2/patches/ppc64le.patch
Normal file
11
srcpkgs/libticables2/patches/ppc64le.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -159,7 +159,7 @@ case "$host" in
|
||||
mips-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;;
|
||||
mipsel-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;;
|
||||
powerpc-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
|
||||
- powerpc64-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
|
||||
+ powerpc64*-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
|
||||
powerpc-apple-darwin*) ARCH="-D__PPC__ -D__MACOSX__" ;;
|
||||
powerpc64-apple-darwin*) ARCH="-D__PPC__ -D__MACOSX__" ;;
|
||||
s390*-*-linux-*) ARCH="-D__LINUX__" ;;
|
|
@ -5,7 +5,7 @@ revision=2
|
|||
_tilpver=1.18
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libusb10"
|
||||
hostmakedepends="automake bison groff intltool libtool pkg-config texinfo"
|
||||
hostmakedepends="automake bison groff intltool libtool pkg-config"
|
||||
makedepends="glib-devel libusb-devel gettext-devel"
|
||||
short_desc="TI Link Cable Library"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue