summaryrefslogtreecommitdiff
path: root/net/coda6_server/files/patch-configure
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-29 17:36:19 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-29 17:36:19 +0000
commit0036fd14a8dfdcb4dbf1a586204b2b46fceefe01 (patch)
treef60a81eb05d1eeeba7eb6ea66ede4cfdd5ddccf3 /net/coda6_server/files/patch-configure
parentlibxine is also affected by the mplayer vulnerabilities. (diff)
- Update to 6.0.7
PR: ports/74258, ports/74259 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: maintainer (timeout: 1+ month)
Notes
Notes: svn path=/head/; revision=125449
Diffstat (limited to 'net/coda6_server/files/patch-configure')
-rw-r--r--net/coda6_server/files/patch-configure25
1 files changed, 25 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..8d494fe471e9
--- /dev/null
+++ b/net/coda6_server/files/patch-configure
@@ -0,0 +1,25 @@
+--- configure.orig Wed Oct 20 20:43:56 2004
++++ configure Tue Nov 16 23:58:20 2004
+@@ -3059,13 +3059,6 @@
+ initsuffix='../etc'
+ ;;
+
+- */coda* )
+- # If '/coda*' is already in the prefix, we don't need to add
+- # a coda subdirectory to the sysconfdir.
+- sysconfdir=${prefix}/etc
+- initsuffix='etc'
+- ;;
+-
+ * )
+ # Otherwise append '/coda' so that we don't throw our configuration
+ # files all over the place.
+@@ -3074,7 +3067,7 @@
+ else
+ sysconfdir=${ac_default_prefix}/etc/coda
+ fi
+- initsuffix='etc'
++ initsuffix='etc/rc.d'
+ ;;
+ esac
+ echo "$as_me:$LINENO: result: ${sysconfdir}" >&5