mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
edb-debugger: remove wrong CMAKE_INSTALL_LIBDIR
add patch to include limits.h for INT_MAX fixes #13719
This commit is contained in:
parent
cb9bd35aee
commit
5f50e0c099
2 changed files with 11 additions and 2 deletions
10
srcpkgs/edb-debugger/patches/include-limits.patch
Normal file
10
srcpkgs/edb-debugger/patches/include-limits.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- include/ByteShiftArray.h.orig 2019-08-16 23:27:51.186731499 +0200
|
||||||
|
+++ include/ByteShiftArray.h 2019-08-16 23:28:15.909729902 +0200
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
#include "API.h"
|
||||||
|
#include <QVector>
|
||||||
|
#include <cstddef>
|
||||||
|
+#include <limits.h>
|
||||||
|
|
||||||
|
class EDB_EXPORT ByteShiftArray {
|
||||||
|
Q_DISABLE_COPY(ByteShiftArray)
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'edb-debugger'
|
# Template file for 'edb-debugger'
|
||||||
pkgname=edb-debugger
|
pkgname=edb-debugger
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
archs="x86_64* i686*"
|
archs="x86_64* i686*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_INSTALL_LIBDIR=/usr/lib/"
|
|
||||||
hostmakedepends='pkg-config'
|
hostmakedepends='pkg-config'
|
||||||
makedepends="capstone-devel graphviz-devel boost-devel qt5-devel qt5-xmlpatterns-devel qt5-svg-devel"
|
makedepends="capstone-devel graphviz-devel boost-devel qt5-devel qt5-xmlpatterns-devel qt5-svg-devel"
|
||||||
short_desc="Cross platform x86/x86-64 debugger"
|
short_desc="Cross platform x86/x86-64 debugger"
|
||||||
|
|
Loading…
Add table
Reference in a new issue