SOURCES: ardour-stdint.patch (NEW) - fix on ac-amd64: libs/pbd/sho...

glen glen at pld-linux.org
Sat Oct 6 13:21:13 CEST 2007


Author: glen                         Date: Sat Oct  6 11:21:13 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix on ac-amd64: libs/pbd/shortpath.cc:60: error: `uint32_t' undeclared (first use this function)

---- Files affected:
SOURCES:
   ardour-stdint.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ardour-stdint.patch
diff -u /dev/null SOURCES/ardour-stdint.patch:1.1
--- /dev/null	Sat Oct  6 13:21:13 2007
+++ SOURCES/ardour-stdint.patch	Sat Oct  6 13:21:08 2007
@@ -0,0 +1,10 @@
+--- ardour-2.1/libs/pbd/shortpath.cc~	2007-10-06 14:07:02.000000000 +0300
++++ ardour-2.1/libs/pbd/shortpath.cc	2007-10-06 14:07:04.000000000 +0300
+@@ -18,6 +18,7 @@
+ */
+ 
+ #include <pbd/shortpath.h>
++#include <stdint.h>
+ 
+ using namespace Glib;
+ using namespace std;
================================================================


More information about the pld-cvs-commit mailing list