components/hplip/patches/03_ErnieFilter.cpp.patch
author pkidd <patrick.kidd@oracle.com>
Tue, 27 Sep 2016 16:00:06 -0700
branchs11u3-sru
changeset 6985 b1711a8f4522
parent 3935 177c89f1f2cf
permissions -rw-r--r--
build metadata for S11.3SRU13.4

Home brewed patch

--- a/prnt/hpcups/ErnieFilter.cpp	2014-04-04 03:39:07.000000000 -0700
+++ b/prnt/hpcups/ErnieFilter.cpp	2014-04-11 09:23:38.197875441 -0700
@@ -50,7 +50,7 @@
 #include "ErnieFilter.h"
 
 
-#if defined(__APPLE__) || defined(__linux) || defined(__GLIBC__) || defined(__NetBSD__)
+#if defined(__APPLE__) || defined(__linux) || defined(__GLIBC__) || defined(__NetBSD__) || defined (__sun) || defined (__sun__)
 #include <math.h>
 #endif