mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/verlihub: rebuilt to add needed header
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c451ef06bd
commit
477f60d521
2 changed files with 12 additions and 1 deletions
10
network/verlihub/verlihub-header.patch
Normal file
10
network/verlihub/verlihub-header.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- verlihub-0.9.8e-r2/src/stringutils.cpp.orig 2012-09-23 21:58:28.983096769 +0700
|
||||
+++ verlihub-0.9.8e-r2/src/stringutils.cpp 2012-09-23 21:58:52.625861765 +0700
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <algorithm>
|
||||
#include <ctype.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
namespace nStringUtils
|
||||
{
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=verlihub
|
||||
VERSION=${VERSION:-0.9.8e_r2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Temporary package version, for source to unpack successfuly
|
||||
|
@ -74,6 +74,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
patch -p1 < $CWD/verlihub-header.patch
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue