SOURCES: xmlindent-Makefile.patch (NEW) - new. use %__cc and %rpmc...

darekr darekr at pld-linux.org
Sat May 13 22:38:48 CEST 2006


Author: darekr                       Date: Sat May 13 20:38:48 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new. use %__cc and %rpmcflags

---- Files affected:
SOURCES:
   xmlindent-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xmlindent-Makefile.patch
diff -u /dev/null SOURCES/xmlindent-Makefile.patch:1.1
--- /dev/null	Sat May 13 22:38:48 2006
+++ SOURCES/xmlindent-Makefile.patch	Sat May 13 22:38:43 2006
@@ -0,0 +1,11 @@
+--- xmlindent-0.2.17.orig/Makefile	2006-05-13 22:32:33.000000000 +0200
++++ xmlindent-0.2.17/Makefile	2006-05-13 22:33:05.000000000 +0200
+@@ -5,7 +5,7 @@
+ MAN_INSTALL_DIR=$(PREFIX)/share/man/man1
+ 
+ xmlindent: indent.c buffer.c main.c
+-	gcc -Wall -g error.c indent.c buffer.c main.c -o xmlindent -lfl
++	$(CC) $(CFLAGS) -Wall -g error.c indent.c buffer.c main.c -o xmlindent -lfl
+ 
+ indent.c: lex.yy.c
+ 
================================================================


More information about the pld-cvs-commit mailing list