diff options
author | avilla <avilla@FreeBSD.org> | 2012-04-17 03:51:33 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-04-17 03:51:33 +0800 |
commit | 1022c0e21ac67b9f7c162e580abf90117a3e4ad7 (patch) | |
tree | b9262abc3041336a54b5fcb80c2f2c9312906d1c /net-im/telepathy-qt4 | |
parent | 742bd5a803f8c5198ac6aa814f5de5639072b420 (diff) | |
download | freebsd-ports-gnome-1022c0e21ac67b9f7c162e580abf90117a3e4ad7.tar.gz freebsd-ports-gnome-1022c0e21ac67b9f7c162e580abf90117a3e4ad7.tar.zst freebsd-ports-gnome-1022c0e21ac67b9f7c162e580abf90117a3e4ad7.zip |
- Remove stale patch to fix build.
Reported by: Jurgen Galonska via email
Diffstat (limited to 'net-im/telepathy-qt4')
-rw-r--r-- | net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h b/net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h deleted file mode 100644 index 92dc7f72f6ee..000000000000 --- a/net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h +++ /dev/null @@ -1,20 +0,0 @@ ---- ./TelepathyQt/optional-interface-factory.h.orig 2012-01-13 15:03:15.336883448 +0100 -+++ ./TelepathyQt/optional-interface-factory.h 2012-01-13 15:03:58.296892805 +0100 -@@ -97,7 +97,7 @@ - InterfaceSupportedChecking check = CheckInterfaceSupported) const - { - // Check for the remote object supporting the interface -- QString name(QLatin1String(Interface::staticInterfaceName())); -+ QString name( (QLatin1String(Interface::staticInterfaceName())) ); - if (check == CheckInterfaceSupported && !mInterfaces.contains(name)) { - return 0; - } -@@ -113,7 +113,7 @@ - Q_UNUSED(interfaceMustBeASubclassOfAbstractInterface); - - // If there is a interface cached already, return it -- QString name(QLatin1String(Interface::staticInterfaceName())); -+ QString name( (QLatin1String(Interface::staticInterfaceName())) ); - AbstractInterface *cached = getCached(name); - if (cached) - return static_cast<Interface *>(cached); |