summaryrefslogtreecommitdiff
path: root/net-p2p/mute-net/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-04-06 00:06:41 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-04-06 00:06:41 +0000
commitfb9649399e0c70cf55069861a9c277863514ef32 (patch)
tree38e50eccba838e040cbaa063463b67bf21dc8dd0 /net-p2p/mute-net/files
parentUpdate 0.2 -> 0.2.1 (diff)
Update to 0.3
Diffstat (limited to 'net-p2p/mute-net/files')
-rw-r--r--net-p2p/mute-net/files/patch-MUTE::configure20
1 files changed, 11 insertions, 9 deletions
diff --git a/net-p2p/mute-net/files/patch-MUTE::configure b/net-p2p/mute-net/files/patch-MUTE::configure
index f5aa5d595f7f..fc11841a4c92 100644
--- a/net-p2p/mute-net/files/patch-MUTE::configure
+++ b/net-p2p/mute-net/files/patch-MUTE::configure
@@ -1,12 +1,12 @@
---- MUTE/configure.orig Sat Jan 24 18:19:44 2004
-+++ MUTE/configure Sat Jan 24 18:21:35 2004
+--- MUTE/configure.orig Mon Apr 5 20:28:43 2004
++++ MUTE/configure Mon Apr 5 20:29:47 2004
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Modification History
-@@ -37,20 +37,10 @@
+@@ -37,21 +37,10 @@
while [ -z "$userEntry" ]
do
@@ -22,13 +22,14 @@
- echo ""
- echo -n "> "
-
+-
- read userEntry
-+userEntry=3
++userEntry=3
if [ "$userEntry" = "q" ]
-@@ -61,12 +51,12 @@
+ then
+@@ -61,12 +50,12 @@
# use ASCII comparison.
@@ -43,7 +44,7 @@
then
userEntry=""
fi
-@@ -330,17 +320,9 @@
+@@ -330,18 +319,9 @@
esac
@@ -53,12 +54,13 @@
-echo " Example: /usr/bin/wx-config"
-echo "To us the default setting, or if you do not plan to build the"
-echo "wxWindows-based GUI, leave this blank."
-
+-
-echo ""
-echo -n "> "
-read userEntry
-+userEntry=%%WX_CONFIG%%
++userEntry=%%WX_CONFIG%%
if [ "$userEntry" = "" ]
+ then