python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / brltty / patches / crosspython.patch
blobda3ee93a2b611f1b9c7a97571419eed4bb0d2978
1 diff -Naur brltty-5.5/Bindings/Python/Makefile.in brltty-5.5.new/Bindings/Python/Makefile.in
2 --- Bindings/Python/Makefile.in 2017-04-18 15:35:13.000000000 -0700
3 +++ Bindings/Python/Makefile.in 2017-04-23 17:36:27.797793633 -0700
4 @@ -1,3 +1,6 @@
5 +export LDFLAGS= @LDFLAGS@ @PYTHON_LIBS@
6 +export CFLAGS= @CFLAGS@ @PYTHON_CPPFLAGS@
7 +export LDSHARED= @CC@ -shared @LDFLAGS@
8 ###############################################################################
9 # libbrlapi - A library providing access to braille terminals for applications.