Files
pkgsrc-ng/www/apache/patches/patch-ao
2013-09-26 17:14:40 +02:00

23 lines
542 B
Plaintext

$NetBSD: patch-ao,v 1.4 2008/02/23 05:16:34 obache Exp $
--- configure.orig 2008-02-23 04:22:56.000000000 +0000
+++ configure
@@ -186,6 +186,8 @@ if [ ! -f "$SHELL" ]; then
fi
fi
+BINOWN=${BINOWN:-root}
+BINGRP=${BINGRP:-wheel}
##
## determine default parameters
##
@@ -1259,6 +1261,8 @@ sed <Makefile.tmpl >$mkf \
-e "s%@PLATFORM@%$PLATFORM%g" \
-e "s%@PERL@%$PERL%g" \
-e "s%@TAR@%$TAR%g" \
+-e "s%@BINOWN@%$BINOWN%g" \
+-e "s%@BINGRP@%$BINGRP%g" \
-e "s%@TAROPT@%$TAROPT%g" \
-e "s%@SRC@%$src%g" \
-e "s%@MKF@%$mkf%g" \