summaryrefslogtreecommitdiff
path: root/package/ezxml/ezxml-0.8.6-allow-compiler-override.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-02-24 20:18:00 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-02-24 20:18:00 +0000
commitf1f84ce3af1a80a30f4b89686310c70f584e7c19 (patch)
tree458b5774424eb3845a42dd6ed5513b8708b9357b /package/ezxml/ezxml-0.8.6-allow-compiler-override.patch
parent7cf2be4402003728f5a337580ffd656a5ea33691 (diff)
ezxml package
Diffstat (limited to 'package/ezxml/ezxml-0.8.6-allow-compiler-override.patch')
-rw-r--r--package/ezxml/ezxml-0.8.6-allow-compiler-override.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/ezxml/ezxml-0.8.6-allow-compiler-override.patch b/package/ezxml/ezxml-0.8.6-allow-compiler-override.patch
new file mode 100644
index 000000000..827872b71
--- /dev/null
+++ b/package/ezxml/ezxml-0.8.6-allow-compiler-override.patch
@@ -0,0 +1,17 @@
+diff -urpN ezxml/GNUmakefile ezxml.patched/GNUmakefile
+--- ezxml/GNUmakefile 2006-03-25 18:44:04.000000000 +0100
++++ ezxml.patched/GNUmakefile 2008-02-24 13:57:37.000000000 +0100
+@@ -21,10 +21,10 @@
+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+-CC = gcc
+-AR = ar
++CC ?= gcc
++AR ?= ar
+ RM = rm -f
+-CFLAGS = -Wall -O2
++CFLAGS ?= -Wall -O2
+ DEBUG_CFLAGS = -O0 -g
+ OBJS = ezxml.o
+ LIB = libezxml.a