summaryrefslogtreecommitdiff
path: root/net-im/psi/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/psi/files/patch-configure')
-rw-r--r--net-im/psi/files/patch-configure16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure
deleted file mode 100644
index 1b6a2947fd7f..000000000000
--- a/net-im/psi/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
-$FreeBSD$
-
-Fix the getopt to use BSD's getopt instead of Linux's
-
---- configure.orig Wed Oct 30 23:09:35 2002
-+++ configure Mon Nov 4 22:10:49 2002
-@@ -2,8 +2,7 @@
-
- # parsing options
-
--TEMP=`getopt -o p:b:l:q:h --long prefix:,bindir:,libdir:,qtdir:,help \
---n 'configure' -- "$@"`
-+TEMP=`getopt p:b:l:q:h $*`
-
- if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
-