diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-11-10 17:12:28 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-11-10 17:12:28 +0000 |
commit | bb613ac89d3c739d6640c539cf952df8b3bf8e55 (patch) | |
tree | 3c06b01af6c4431eddd9893633d524fcab8d0803 /net/psi/files/patch-src::psi.pro | |
parent | Fix build on 5.0-CURRENT. (diff) |
Upgrade to 0.8.7.
PR: 44874
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Notes
Notes:
svn path=/head/; revision=69811
Diffstat (limited to 'net/psi/files/patch-src::psi.pro')
-rw-r--r-- | net/psi/files/patch-src::psi.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/psi/files/patch-src::psi.pro b/net/psi/files/patch-src::psi.pro new file mode 100644 index 000000000000..2a0278fd329a --- /dev/null +++ b/net/psi/files/patch-src::psi.pro @@ -0,0 +1,14 @@ +$FreeBSD$ + +Disable the use of /bin/true (doesn't exist in FreeBSD) + +--- src/psi.pro.orig Wed Oct 30 23:09:34 2002 ++++ src/psi.pro Mon Nov 4 20:43:19 2002 +@@ -157,7 +157,6 @@ + LIBS += -lz -lXss + SOURCES += trayicon_x11.cpp + +- QMAKE_STRIP = "/bin/true" + include( configure.pri ) + } + |