summaryrefslogtreecommitdiff
path: root/net/mute-net/files/patch-MUTE::configure
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-01-25 02:01:18 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-01-25 02:01:18 +0000
commit8bad21a07d9c1c605bd1b1caa28489ff372a0bac (patch)
tree4c2069f3ccba3659f121f142a0aba6a49c57eaf1 /net/mute-net/files/patch-MUTE::configure
parentUpdate to 0.8, requested by Stephane Lentz. Use PLIST_FILES. (diff)
Update to 0.2.1
Notes
Notes: svn path=/head/; revision=98994
Diffstat (limited to 'net/mute-net/files/patch-MUTE::configure')
-rw-r--r--net/mute-net/files/patch-MUTE::configure34
1 files changed, 13 insertions, 21 deletions
diff --git a/net/mute-net/files/patch-MUTE::configure b/net/mute-net/files/patch-MUTE::configure
index 1a3b1934babd..f5aa5d595f7f 100644
--- a/net/mute-net/files/patch-MUTE::configure
+++ b/net/mute-net/files/patch-MUTE::configure
@@ -1,17 +1,17 @@
---- MUTE/configure.orig Mon Dec 15 13:17:49 2003
-+++ MUTE/configure Fri Dec 19 23:19:02 2003
+--- MUTE/configure.orig Sat Jan 24 18:19:44 2004
++++ MUTE/configure Sat Jan 24 18:21:35 2004
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Modification History
-@@ -31,23 +31,9 @@
+@@ -37,20 +37,10 @@
while [ -z "$userEntry" ]
do
- echo "select platform:"
--
+
- echo " 1 -- GNU/Linux X86"
- echo " 2 -- GNU/Linux PPC"
- echo " 3 -- FreeBSD X86"
@@ -19,20 +19,16 @@
- echo " 5 -- Solaris"
- echo " 6 -- Win32 using MinGW"
- echo " q -- quit"
--
+
- echo ""
- echo -n "> "
--
+
- read userEntry
--
+userEntry=3
+
-- if [ "$userEntry" == "q" ]
-+ if [ "$userEntry" = "q" ]
- then
- exit
- fi
-@@ -55,12 +41,12 @@
+ if [ "$userEntry" = "q" ]
+@@ -61,12 +51,12 @@
# use ASCII comparison.
@@ -47,7 +43,7 @@
then
userEntry=""
fi
-@@ -316,20 +302,10 @@
+@@ -330,17 +320,9 @@
esac
@@ -57,16 +53,12 @@
-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%%
--if [ "$userEntry" == "" ]
-+if [ "$userEntry" = "" ]
- then
- userEntry="/usr/bin/wx-config"
- fi
+ if [ "$userEntry" = "" ]