]> git.pld-linux.org Git - packages/conquests.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Wed, 6 Apr 2011 08:45:22 +0000 (08:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    makefile.patch -> 1.1

makefile.patch [new file with mode: 0644]

diff --git a/makefile.patch b/makefile.patch
new file mode 100644 (file)
index 0000000..21f5999
--- /dev/null
@@ -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)
This page took 0.066377 seconds and 4 git commands to generate.