diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-07-03 16:14:52 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-07-03 16:14:52 +0000 |
| commit | ec4dca43010fdcbaa118e5998c3a7ef1d140d323 (patch) | |
| tree | cf93bab8f16c22f4e5b8e29d12c90905a366737f /src/display/pixblock-transform.cpp | |
| parent | Tests for svg-affine and svg-length (the latter is not much more than a stub)... (diff) | |
| download | inkscape-ec4dca43010fdcbaa118e5998c3a7ef1d140d323.tar.gz inkscape-ec4dca43010fdcbaa118e5998c3a7ef1d140d323.zip | |
Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.net/inkscape/+bug/245173
(bzr r6133)
Diffstat (limited to 'src/display/pixblock-transform.cpp')
| -rw-r--r-- | src/display/pixblock-transform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/pixblock-transform.cpp b/src/display/pixblock-transform.cpp index 730f0ad43..74ded2ae0 100644 --- a/src/display/pixblock-transform.cpp +++ b/src/display/pixblock-transform.cpp @@ -13,7 +13,7 @@ #include <glib.h> #include <cmath> -#if defined (SOLARIS_2_8) +#if defined (SOLARIS) && (SOLARIS == 8) #include "round.h" using Inkscape::round; #endif |
