summaryrefslogtreecommitdiff
path: root/net-im/psi/files/patch-configure
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2018-05-24 08:41:44 +0000
committerGleb Popov <arrowd@FreeBSD.org>2018-05-24 08:41:44 +0000
commit4e814a190eabae865305041e7cd3562cb927d3ac (patch)
tree138d05af9464bbd6d5f6cda8c303ac264c2d37b6 /net-im/psi/files/patch-configure
parent- Add LICENSE (diff)
net-im/psi: Upgrade to 1.3.
Approved by: mat, tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12778
Notes
Notes: svn path=/head/; revision=470761
Diffstat (limited to 'net-im/psi/files/patch-configure')
-rw-r--r--net-im/psi/files/patch-configure28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure
deleted file mode 100644
index d646b65b540f..000000000000
--- a/net-im/psi/files/patch-configure
+++ /dev/null
@@ -1,28 +0,0 @@
---- ./configure.orig 2012-10-04 00:53:03.000000000 +0000
-+++ ./configure 2012-10-06 22:30:21.900714143 +0000
-@@ -100,7 +100,7 @@
- # find a make command
- if [ -z "$MAKE" ]; then
- MAKE=
-- for mk in gmake make; do
-+ for mk in make gmake; do
- if $WHICH $mk >/dev/null 2>&1; then
- MAKE=`$WHICH $mk`
- break
-@@ -2186,7 +2186,7 @@
- QDir::setCurrent(dir.path());
-
- bool ok = false;
-- int r = doCommand(qmake_path, QStringList() << "atest.pro");
-+ int r = doCommand(qmake_path, QStringList() << qc_getenv("QMAKE_ARGS") << "atest.pro");
- if(r == 0)
- {
- r = doCommand(maketool, QStringList());
-@@ -2587,6 +2587,7 @@
- args += "-spec";
- args += qmakespec;
- }
-+ args += qc_getenv("QMAKE_ARGS");
- args += proPath;
- int ret = qc_runprogram(qmake_path, args, 0, true);
- if(ret != 0)