]> git.pld-linux.org Git - packages/esvn.git/blame - esvn-build.patch
- trivial build fixes.
[packages/esvn.git] / esvn-build.patch
CommitLineData
ee36f5ca
PS
1--- esvn/src/cmd_lineedit.h.orig 2004-09-13 20:55:37.000000000 +0200
2+++ esvn/src/cmd_lineedit.h 2006-01-14 12:46:30.304606750 +0100
3@@ -14,6 +14,9 @@
4 * *
5 ***************************************************************************/
6
7+#ifndef CMD_LINE_EDIT_H
8+#define CMD_LINE_EDIT_H
9+
10 #include <vector>
11
12 #include <qlineedit.h>
13@@ -38,3 +41,4 @@
14 };
15
16
17+#endif
18--- esvn/esvn.pro.orig 2005-04-12 23:28:18.000000000 +0200
19+++ esvn/esvn.pro 2006-01-14 12:54:11.433425500 +0100
20@@ -267,6 +267,7 @@
21 UI_DIR = .ui
22 MOC_DIR = .moc
23 OBJECTS_DIR = .obj
24+ INCPATH += src
25 DEFINES+= VERSION=\"$$VER\"
26 }
27
This page took 0.07685 seconds and 4 git commands to generate.