Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+20
View File
@@ -0,0 +1,20 @@
$NetBSD: patch-configure,v 1.1 2013/08/26 15:00:33 fhajny Exp $
Make piddir configurable.
--- configure.orig 2013-08-26 14:49:35.051354307 +0000
+++ configure
@@ -3397,14 +3397,6 @@ if test "${with_pid_dir+set}" = set; the
fi
-# make sure the directory exists
-if test ! -d $piddir ; then
- piddir=`eval echo ${sysconfdir}`
- case $piddir in
- NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
- esac
-fi
-
cat >> confdefs.h <<EOF
#define _PATH_SPREAD_PIDDIR "$piddir"
EOF