about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/tinyxml/2.6.2-cxx.patch
blob: e55d0be43bcc26165267116b4b14a872adc2c2da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -u a/Makefile b/Makefile
--- a/Makefile	2011-05-14 22:24:57.000000000 -0400
+++ b/Makefile	2016-04-01 14:53:05.000000000 -0400
@@ -19,9 +19,9 @@
 
 #****************************************************************************
 
-CC     := gcc
-CXX    := g++
-LD     := g++
+CC     ?= gcc
+CXX    ?= g++
+LD     ?= g++
 AR     := ar rc
 RANLIB := ranlib
 
Common subdirectories: a/docs and b/docs