]> git.pld-linux.org Git - packages/ardour.git/commitdiff
- fix on ac-amd64: libs/pbd/shortpath.cc:60: error: `uint32_t' undeclared (first...
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 6 Oct 2007 11:21:08 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ardour-stdint.patch -> 1.1

ardour-stdint.patch [new file with mode: 0644]

diff --git a/ardour-stdint.patch b/ardour-stdint.patch
new file mode 100644 (file)
index 0000000..16f99c5
--- /dev/null
@@ -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;
This page took 0.040053 seconds and 4 git commands to generate.