diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-20 14:41:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-20 14:41:30 +0800 |
commit | eaf16937a52bfd3c27eccb501f41ebe366be9146 (patch) | |
tree | 82975cff0ddfa5434a0d3c334e41a2c901da79c9 /net | |
parent | a72187fc922d70027ebcc26b9726dc33c12a4c1a (diff) | |
download | freebsd-ports-gnome-eaf16937a52bfd3c27eccb501f41ebe366be9146.tar.gz freebsd-ports-gnome-eaf16937a52bfd3c27eccb501f41ebe366be9146.tar.zst freebsd-ports-gnome-eaf16937a52bfd3c27eccb501f41ebe366be9146.zip |
Fix build when pkg does not extract mtree
Diffstat (limited to 'net')
-rw-r--r-- | net/coda6_server/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/coda6_server/files/patch-configure b/net/coda6_server/files/patch-configure new file mode 100644 index 000000000000..8007c4b090c2 --- /dev/null +++ b/net/coda6_server/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig 2008-12-19 22:04:04 UTC ++++ configure +@@ -20699,18 +20699,12 @@ + initdir='${prefix}'/${initdir}/rc.d/init.d + initstyle=sysv + +-elif test -d ${prefix}/${initdir}/rc.d ; then ++else + # probably FreeBSD or NetBSD's BSD-style init-scripts. + { echo "$as_me:$LINENO: result: BSD style" >&5 + echo "${ECHO_T}BSD style" >&6; } + initdir='${prefix}'/${initdir}/rc.d + initstyle=bsd +- +-else +- { echo "$as_me:$LINENO: result: unknown, installing BSD scripts in ${initdir}" >&5 +-echo "${ECHO_T}unknown, installing BSD scripts in ${initdir}" >&6; } +- initdir='${prefix}'/${initdir} +- initstyle=bsd + fi + + |