diff options
author | markd <markd@pkgsrc.org> | 2006-06-01 14:09:09 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-06-01 14:09:09 +0000 |
commit | c2e211b943b85a0295aa3372110f500d0acb8188 (patch) | |
tree | e762f4bd1294177225746268fc24672e87068bed /misc/kdeartwork3/patches | |
parent | 2aaafbd633ab8429130fe4bc7e392994952bdb7f (diff) | |
download | pkgsrc-c2e211b943b85a0295aa3372110f500d0acb8188.tar.gz |
Update to KDE 3.5.3
Diffstat (limited to 'misc/kdeartwork3/patches')
-rw-r--r-- | misc/kdeartwork3/patches/patch-ab | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/kdeartwork3/patches/patch-ab b/misc/kdeartwork3/patches/patch-ab deleted file mode 100644 index ac6273deb2e..00000000000 --- a/misc/kdeartwork3/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2005/12/11 11:31:45 markd Exp $ - ---- kscreensaver/kdesavers/rotation.h.orig 2004-04-17 11:42:39.000000000 +1200 -+++ kscreensaver/kdesavers/rotation.h -@@ -51,9 +51,9 @@ class EulerOdeSolver : public RkOdeSolve - EulerOdeSolver( - const double &t, - const double &dt, -- const double &_A, -- const double &_B, -- const double &_C, -+ const double &A_, -+ const double &B_, -+ const double &C_, - std::valarray<double> &_y, - const double &eps); - |