Fink-specific patch attached that does the same as the Macports fix here:
https://trac.macports.org/ticket/24947
https://trac.macports.org/attachment/ticket/24947/kdebase4-runtime-build-with-attica-0.1.4.diff
kdebase4-runtime-mac builds if you do:
# patch -p0 < attica-0.1.4-1.patch
first.
Chris
--- /sw/opt/attica/mac/include/attica/platformdependent.h.orig 2010-11-09
16:12:57.000000000 -0500
+++ /sw/opt/attica/mac/include/attica/platformdependent.h 2010-11-09
16:11:49.000000000 -0500
@@ -44,14 +44,14 @@
public:
virtual ~PlatformDependent() {}
virtual QList<QUrl> getDefaultProviderFiles() const = 0;
- virtual void addDefaultProviderFile(const QUrl& url) = 0;
- virtual void removeDefaultProviderFile(const QUrl& url) = 0;
+ virtual void addDefaultProviderFile(const QUrl& url) {};
+ virtual void removeDefaultProviderFile(const QUrl& url) {};
/**
* Providers are enabled by default. Use this call to disable or enable
them later.
*/
- virtual void enableProvider(const QUrl& baseUrl, bool enabled) const = 0;
- virtual bool isEnabled(const QUrl& baseUrl) const = 0;
+ virtual void enableProvider(const QUrl& baseUrl, bool enabled) const {};
+ virtual bool isEnabled(const QUrl& baseUrl) const { return true; };
virtual bool hasCredentials(const QUrl& baseUrl) const = 0;
virtual bool loadCredentials(const QUrl& baseUrl, QString& user, QString&
password) = 0;
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users