mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Removed patch
This commit is contained in:
@@ -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`" ] && \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user