aboutsummaryrefslogtreecommitdiff
path: root/net-im/tapioca-qt/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-11-05 11:56:33 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-11-05 11:56:33 +0000
commitb1539223de7442fd69e436f40f5f4fd8e117709b (patch)
tree9278d66716d8b5385187ccfbe3e32aa5fa6576dd /net-im/tapioca-qt/files
parent8dcf056e968a21923eba26f53bca54dceba09957 (diff)
downloadports-b1539223de7442fd69e436f40f5f4fd8e117709b.tar.gz
ports-b1539223de7442fd69e436f40f5f4fd8e117709b.zip
Notes
Diffstat (limited to 'net-im/tapioca-qt/files')
-rw-r--r--net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt24
1 files changed, 21 insertions, 3 deletions
diff --git a/net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt b/net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt
index 2170881b0146..10a082d321b5 100644
--- a/net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt
+++ b/net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt
@@ -1,6 +1,14 @@
---- ../include/QtTapioca/CMakeLists.txt 2007/06/15 08:40:29 1981
-+++ ../include/QtTapioca/CMakeLists.txt 2007/07/20 15:33:04 2019
-@@ -18,6 +18,8 @@
+--- ../include/QtTapioca/CMakeLists.txt.orig 2007-05-23 20:20:42.000000000 +0200
++++ ../include/QtTapioca/CMakeLists.txt 2008-11-05 12:49:34.000000000 +0100
+@@ -3,7 +3,6 @@
+ set(library_HDRS
+ Avatar
+ avatar.h
+- CMakeLists.txt
+ Channel
+ channel.h
+ ChannelTarget
+@@ -18,6 +17,8 @@
contact.h
ContactBase
contactbase.h
@@ -9,3 +17,13 @@
ContactList
contactlist.h
DBusProxyObject
+@@ -31,7 +32,9 @@
+ TextChannel
+ textchannel.h
+ StreamChannel
++ streamchannel.h
+ Stream
++ stream.h
+ )
+
+ install(FILES ${library_HDRS} DESTINATION include/QtTapioca)