~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to contrib/cairo-1.6.4.diff

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-04-17  Arnaud Charlet  <charlet@adacore.com>
 
2
 
 
3
        * src/cairo-ps-surface.c: Define _POSIX_PTHREAD_SEMANTICS, needed
 
4
        under Solaris.
 
5
        Submitted under https://bugs.freedesktop.org/show_bug.cgi?id=15566
 
6
 
 
7
--- src/cairo-ps-surface.c.old  2008-04-17 15:14:36.996930195 +0200
 
8
+++ src/cairo-ps-surface.c      2008-04-17 15:15:36.527525972 +0200
 
9
@@ -41,6 +41,7 @@
 
10
  */
 
11
 
 
12
 #define _BSD_SOURCE /* for ctime_r(), snprintf(), strdup() */
 
13
+#define _POSIX_PTHREAD_SEMANTICS
 
14
 #include "cairoint.h"
 
15
 #include "cairo-ps.h"
 
16
 #include "cairo-ps-surface-private.h"