diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-03 19:45:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-03 19:45:42 +0000 |
commit | d1cb54c9d6a82c70b8286a69383a48e2c24669bb (patch) | |
tree | 0ca6dc16f4af0bf84cd56143a44752ec7fa74f61 /graphics/cairo | |
parent | c62e38b8637b7398654f32e267cb0fc7568aead1 (diff) | |
download | pkgsrc-d1cb54c9d6a82c70b8286a69383a48e2c24669bb.tar.gz |
Use platform thread library flags instead of hard coded -lpthread.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/distinfo | 3 | ||||
-rw-r--r-- | graphics/cairo/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index db4b6400f32..ab012aadcf1 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.13 2005/10/02 10:54:37 jmmv Exp $ +$NetBSD: distinfo,v 1.14 2005/10/03 19:45:42 joerg Exp $ SHA1 (cairo-1.0.0.tar.gz) = abc50d6a657cba15b3956c8c3aaea080b71172bb RMD160 (cairo-1.0.0.tar.gz) = cd81c235d62d816983233b3e87004144001cfe7f Size (cairo-1.0.0.tar.gz) = 1439299 bytes SHA1 (patch-aa) = dd3557cd52a7ceb1ed688c08a2de87483c5d8a1f +SHA1 (patch-ab) = ae202f339a15b2bd38567cbd29c0fdc59f5f82c8 diff --git a/graphics/cairo/patches/patch-ab b/graphics/cairo/patches/patch-ab new file mode 100644 index 00000000000..9b440ebcf53 --- /dev/null +++ b/graphics/cairo/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2005/10/03 19:45:42 joerg Exp $ + +--- test/Makefile.in.orig 2005-10-03 18:27:21.000000000 +0000 ++++ test/Makefile.in +@@ -44,7 +44,7 @@ host_triplet = @host@ + @CAIRO_HAS_PS_SURFACE_TRUE@am__append_3 = ps-surface + @CAIRO_HAS_XLIB_SURFACE_TRUE@am__append_4 = xlib-surface + check_PROGRAMS = $(am__EXEEXT_5) +-@HAVE_PTHREAD_TRUE@am__append_5 = -lpthread ++@HAVE_PTHREAD_TRUE@am__append_5 = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} + noinst_PROGRAMS = imagediff$(EXEEXT) + subdir = test + DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in |