From ec4dca43010fdcbaa118e5998c3a7ef1d140d323 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Thu, 3 Jul 2008 16:14:52 +0000 Subject: Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133) --- src/display/nr-filter.cpp | 2 +- src/display/pixblock-transform.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/display') diff --git a/src/display/nr-filter.cpp b/src/display/nr-filter.cpp index 62b3893c2..f7a04fd50 100644 --- a/src/display/nr-filter.cpp +++ b/src/display/nr-filter.cpp @@ -46,7 +46,7 @@ #include "libnr/nr-scale.h" #include "svg/svg-length.h" #include "sp-filter-units.h" -#if defined (SOLARIS_2_8) +#if defined (SOLARIS) && (SOLARIS == 8) #include "round.h" using Inkscape::round; #endif 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 #include -#if defined (SOLARIS_2_8) +#if defined (SOLARIS) && (SOLARIS == 8) #include "round.h" using Inkscape::round; #endif -- cgit v1.2.3