diff options
Diffstat (limited to 'net-im/psi/files/patch-configure')
-rw-r--r-- | net-im/psi/files/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure deleted file mode 100644 index 1e04067aa8d2..000000000000 --- a/net-im/psi/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - -Hack configure to eat autogenerated qt options. - ---- configure.orig Wed Jun 11 06:12:49 2003 -+++ configure Mon Jun 23 09:46:58 2003 -@@ -86,6 +86,8 @@ - ;; - - -h|--help) show_usage; exit ;; -+ --with-*) -+ shift;; - *) show_usage; exit ;; - esac - done |