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/pixblock-transform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/pixblock-transform.cpp') 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