aboutsummaryrefslogtreecommitdiff
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-configure31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure
deleted file mode 100644
index 96858299ad19..000000000000
--- a/net-im/psi/files/patch-configure
+++ /dev/null
@@ -1,31 +0,0 @@
-$FreeBSD$
-
-Hack configure to eat autogenerated qt options
-and to do the main Makefile make(1) compatible.
-
---- configure.orig Fri Jun 11 13:49:06 2004
-+++ configure Fri Jun 11 14:25:01 2004
-@@ -82,6 +82,8 @@
- shift
- ;;
- --help) show_usage; exit ;;
-+ --with-*)
-+ shift ;;
- *) show_usage; exit ;;
- esac
- done
-@@ -1035,14 +1037,6 @@
- echo
- exit 1;
- fi
--cat >Makefile.tmp <<EOT
--export QTDIR = $QTDIR
--export PATH = $QTDIR/bin:$PATH
--EOT
--cat Makefile >> Makefile.tmp
--rm -f Makefile
--cp -f Makefile.tmp Makefile
--rm -f Makefile.tmp
-
- echo
- echo Good, your configure finished. Now run \'make\'.