Removed patch

This commit is contained in:
Yourself
2014-12-07 08:31:59 +00:00
parent f5aab6fb7c
commit c89bb03c86
2 changed files with 1 additions and 14 deletions

View File

@@ -1,12 +0,0 @@
--- /boot/home/Desktop/GNUmakefile.in 2014-12-06 15:06:33.557580288 +0000
+++ privoxy-3.0.21-stable/GNUmakefile.in 2013-02-05 14:04:11.051642368 +0000
@@ -889,7 +889,7 @@
@# FIXME: group/user validation is overly convoluted.
@# If superuser install ... we require a minimum of group ownership
@# of those files the daemon writes to, to be non-root owned.
- @if [ "`$(ID) |sed 's/(.*//' |sed 's/.*=//'`" = "0" ] ;then\
+ @if [ "`$(ID) |sed 's/(.*//' |sed 's/.*=//'`" = "0" ] && [$host_os != haiku] ;then\
if [ x$(USER) = x ] || [ $(USER) = root ]; then \
if [ x$(GROUP) = x ] || [ $(GROUP) = root ]; then \
if [ "`$(ID) privoxy`" ] && \

View File

@@ -14,7 +14,6 @@ SOURCE_DIR="privoxy-3.0.21-stable"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 !ppc"
CHECKSUM_SHA256="5ec7e601948d2bd0ebf0ebe90eed7d49e7663c395ce16d0403e91ea2d459ddb8"
PATCHES="privoxy-3.0.21.patch"
REQUIRES="
haiku >= $haikuVersion
@@ -50,7 +49,7 @@ BUILD()
INSTALL()
{
host_os=haiku
make install
make install USER=privoxy
}
LICENSE="GNU GPL v2"