b8918e2a7d
+ Rename lua and lua-devel to lua52 and lua52-devel + Modify packages depending on lua52 accordingly: + Many packages auto-detect lua52 files + Some packages need hints where / how to find lua52 + One package (xmoto) downgraded to lua51, because it wouldn't find lua52 + One package (vim) upgraded to lua (5.3.1) There may be more packages upgradable without problems. I didn't want to change too much in this move without the respective package maintainers first taking a look. Most notably conky-cli wouldn't work with lua52. I upgraded it to 1.10.0 (same as conky) and tried to keep the flags the same for the change from gnu-configure to cmake.
10 lines
273 B
Diff
10 lines
273 B
Diff
--- src/DBuffer.cpp 2011-10-11 22:18:35.000000000 +0200
|
|
+++ src/DBuffer.cpp 2015-10-01 22:28:36.654255001 +0200
|
|
@@ -23,6 +23,7 @@
|
|
*/
|
|
#include "DBuffer.h"
|
|
#include "helpers/SwapEndian.h"
|
|
+#include <stdint.h>
|
|
#include <algorithm>
|
|
|
|
void DBuffer::_FreeDBuffer(void) {
|