pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cairo Use platform thread library flags inste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/65ed337511bd
branches: trunk
changeset: 500190:65ed337511bd
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Oct 03 19:45:42 2005 +0000
description:
Use platform thread library flags instead of hard coded -lpthread.
diffstat:
graphics/cairo/distinfo | 3 ++-
graphics/cairo/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 92b8c3924128 -r 65ed337511bd graphics/cairo/distinfo
--- a/graphics/cairo/distinfo Mon Oct 03 19:26:57 2005 +0000
+++ b/graphics/cairo/distinfo Mon Oct 03 19:45:42 2005 +0000
@@ -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 -r 92b8c3924128 -r 65ed337511bd graphics/cairo/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cairo/patches/patch-ab Mon Oct 03 19:45:42 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index