summaryrefslogtreecommitdiff
path: root/net-im/qxmpp/files/patch-qxmpp.pri
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-01-11 19:54:27 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-01-11 19:54:27 +0000
commita8327869bc72b083daeef1b02a9d4fe17fc9981c (patch)
tree36dc7d764dadd0d340c9c0aca7825acba37ab83f /net-im/qxmpp/files/patch-qxmpp.pri
parentLASzip is a compression library for compressing ASPRS LAS format data. It has (diff)
QXmpp is pretty intuitive and easy to use. It uses Qt extensively.
Qt is the only third party library it is dependent on. Users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and functions. Therefore the user would not be bothered with these details. But it is always recommended to the advanced users to read and enjoy the low level details. WWW: http://code.google.com/p/qxmpp/ PR: ports/163967 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Notes
Notes: svn path=/head/; revision=288975
Diffstat (limited to 'net-im/qxmpp/files/patch-qxmpp.pri')
-rw-r--r--net-im/qxmpp/files/patch-qxmpp.pri14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-im/qxmpp/files/patch-qxmpp.pri b/net-im/qxmpp/files/patch-qxmpp.pri
new file mode 100644
index 000000000000..0f2199b30032
--- /dev/null
+++ b/net-im/qxmpp/files/patch-qxmpp.pri
@@ -0,0 +1,14 @@
+--- qxmpp.pri.orig 2011-04-07 05:36:03.000000000 +0000
++++ qxmpp.pri 2012-01-08 14:08:13.744880936 +0000
+@@ -35,3 +35,11 @@
+ QXMPP_LIBRARY_FILE = $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIBRARY_NAME}.a
+ }
+
++unix {
++ isEmpty(PREFIX) {
++ PREFIX = /usr/local
++ }
++ isEmpty(LIBDIR) {
++ LIBDIR = lib
++ }
++}