Author: lisu Date: Mon Jan 3 13:51:29 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix build
---- Files affected: packages/grfcodec: grfcodec-version.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/grfcodec/grfcodec-version.patch diff -u /dev/null packages/grfcodec/grfcodec-version.patch:1.1 --- /dev/null Mon Jan 3 14:51:29 2011 +++ packages/grfcodec/grfcodec-version.patch Mon Jan 3 14:51:24 2011 @@ -0,0 +1,16 @@ +--- grfcodec-5.1.0-source/Makefile~ 2011-01-03 14:28:05.332340984 +0100 ++++ grfcodec-5.1.0-source/Makefile 2011-01-03 14:31:20.699007670 +0100 +@@ -208,10 +208,9 @@ + include version.def + + src/version.h: FORCE +- @echo // Autogenerated by make. Do not edit. Edit version.def or the Makefile instead. > [email protected] +- @echo "#define VERSION \"$(VERSIONSTR)\"" >> [email protected] +- @echo "#define YEARS \"2004-$(YEAR)\"" >> [email protected] +- @(diff [email protected] $@ > /dev/null 2>&1 && rm -f [email protected]) || (rm -f $@ ; mv [email protected] $@) ++ @echo // Autogenerated by make. Do not edit. Edit version.def or the Makefile instead. > $@ ++ @echo "#define VERSION \"$(VERSIONSTR)\"" >> $@ ++ @echo "#define YEARS \"2004-$(YEAR)\"" >> $@ + + objs/$(ENDIAN_CHECK): src/endian_check.cpp + $(_C) mkdir -p objs ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
