This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 0bd7974e049b6022d4b062aa9731b7bbfec682d8 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Mon Oct 6 00:54:48 2014 +0000 SP: Revert the CFLAGS changes in Makefile --- SP/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SP/Makefile b/SP/Makefile index 36c9feb..4896b0a 100644 --- a/SP/Makefile +++ b/SP/Makefile @@ -1258,7 +1258,7 @@ endef define DO_SPLINE_CXX $(echo_cmd) "SPLINE_CXX $<" -$(Q)$(CXX) $(NOTSHLIBCFLAGS) $(CLIENT_CFLAGS) $(OPTIMIZE) -o $@ -c $< +$(Q)$(CXX) $(NOTSHLIBCFLAGS) $(CFLAGS) $(CLIENT_CFLAGS) $(OPTIMIZE) -o $@ -c $< endef ############################################################################# -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

