python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / tinyxml / 2.6.2-cxx.patch
blobe55d0be43bcc26165267116b4b14a872adc2c2da
1 diff -u a/Makefile b/Makefile
2 --- a/Makefile 2011-05-14 22:24:57.000000000 -0400
3 +++ b/Makefile 2016-04-01 14:53:05.000000000 -0400
4 @@ -19,9 +19,9 @@
6 #****************************************************************************
8 -CC := gcc
9 -CXX := g++
10 -LD := g++
11 +CC ?= gcc
12 +CXX ?= g++
13 +LD ?= g++
14 AR := ar rc
15 RANLIB := ranlib
17 Common subdirectories: a/docs and b/docs