SOURCES: esvn-build.patch (NEW) - trivial build fixes.
pluto
pluto at pld-linux.org
Sat Jan 14 13:26:17 CET 2006
Author: pluto Date: Sat Jan 14 12:26:16 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- trivial build fixes.
---- Files affected:
SOURCES:
esvn-build.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/esvn-build.patch
diff -u /dev/null SOURCES/esvn-build.patch:1.1
--- /dev/null Sat Jan 14 13:26:16 2006
+++ SOURCES/esvn-build.patch Sat Jan 14 13:26:11 2006
@@ -0,0 +1,27 @@
+--- esvn/src/cmd_lineedit.h.orig 2004-09-13 20:55:37.000000000 +0200
++++ esvn/src/cmd_lineedit.h 2006-01-14 12:46:30.304606750 +0100
+@@ -14,6 +14,9 @@
+ * *
+ ***************************************************************************/
+
++#ifndef CMD_LINE_EDIT_H
++#define CMD_LINE_EDIT_H
++
+ #include <vector>
+
+ #include <qlineedit.h>
+@@ -38,3 +41,4 @@
+ };
+
+
++#endif
+--- esvn/esvn.pro.orig 2005-04-12 23:28:18.000000000 +0200
++++ esvn/esvn.pro 2006-01-14 12:54:11.433425500 +0100
+@@ -267,6 +267,7 @@
+ UI_DIR = .ui
+ MOC_DIR = .moc
+ OBJECTS_DIR = .obj
++ INCPATH += src
+ DEFINES+= VERSION=\"$$VER\"
+ }
+
================================================================
More information about the pld-cvs-commit
mailing list