From: Zsolt Udvari Date: Wed, 6 Apr 2011 08:45:22 +0000 (+0000) Subject: - initial X-Git-Url: http://git.pld-linux.org/?p=packages%2Fconquests.git;a=commitdiff_plain;h=0fa7852aa57c8e6672901537698368f88cccd1d0 - initial Changed files: makefile.patch -> 1.1 --- 0fa7852aa57c8e6672901537698368f88cccd1d0 diff --git a/makefile.patch b/makefile.patch new file mode 100644 index 0000000..21f5999 --- /dev/null +++ b/makefile.patch @@ -0,0 +1,11 @@ +--- conquests_src-orig/makefile_conquests 2011-04-06 09:31:15.252953957 +0200 ++++ conquests_src/makefile_conquests 2011-04-06 09:50:14.825216742 +0200 +@@ -15,7 +15,7 @@ + $(CC) $(CCFLAGS) $(LINKPATH) $(LIBS) -o $(APP) $(OFILES) + + .cpp.o: +- $(CC) $(CCFLAGS) -O2 $(INC) -c $< -o $@ ++ $(CC) $(CCFLAGS) $(INC) $(LIBS) -c $< -o $@ + clean: + rm -f $(OFILES) + rm $(APP)