From 0559d23c0a866afc52fcbe703079a2c8e6c8f2a4 Mon Sep 17 00:00:00 2001
From: Breno Leitao <breno.leitao@gmail.com>
Date: Thu, 13 Apr 2017 17:34:26 +0000
Subject: [PATCH] community/libevhtp: Fix build

Currently this package fails to build due to what seems to be an
extra line between cmake and ./ added in commit 58744e6bc853
---
 community/libevhtp/APKBUILD | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/community/libevhtp/APKBUILD b/community/libevhtp/APKBUILD
index 10f8d7ce8652..2fd0fdc8423e 100644
--- a/community/libevhtp/APKBUILD
+++ b/community/libevhtp/APKBUILD
@@ -29,9 +29,7 @@ build() {
                 -DCMAKE_INSTALL_PREFIX=/usr \
                 -DCUSTOM_DOCDIR="/usr/share/doc/${pkgname}" \
                 -DCUSTOM_SHAREDIR="/usr/share/${pkgname}" \
-		-DEVHTP_BUILD_SHARED=ON \
-
-	.
+                -DEVHTP_BUILD_SHARED=ON .
 	make || return 1
 }
 
-- 
GitLab