pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libgdiplus Don't hard-code -lpthread, use cor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/29e5b930cef6
branches: trunk
changeset: 511816:29e5b930cef6
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Apr 22 18:28:04 2006 +0000
description:
Don't hard-code -lpthread, use correct pkgsrc variables instead.
diffstat:
graphics/libgdiplus/distinfo | 3 ++-
graphics/libgdiplus/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r b9823d454452 -r 29e5b930cef6 graphics/libgdiplus/distinfo
--- a/graphics/libgdiplus/distinfo Sat Apr 22 18:18:38 2006 +0000
+++ b/graphics/libgdiplus/distinfo Sat Apr 22 18:28:04 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2006/01/04 00:08:27 recht Exp $
+$NetBSD: distinfo,v 1.14 2006/04/22 18:28:04 joerg Exp $
SHA1 (libgdiplus-1.1.11.tar.gz) = 979d2ad9281a4498e38481614b5f8e4bff5bbcfb
RMD160 (libgdiplus-1.1.11.tar.gz) = 45e892aaf4736070a84c71f08e274c0dd89cffb8
Size (libgdiplus-1.1.11.tar.gz) = 1255643 bytes
SHA1 (patch-aa) = 7f63e4367b5faef0bd18e1cffee2e56e11dc88b9
+SHA1 (patch-ab) = b2fbb9ea4a25f6b550fd2a06bfe415c236bb345c
diff -r b9823d454452 -r 29e5b930cef6 graphics/libgdiplus/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libgdiplus/patches/patch-ab Sat Apr 22 18:28:04 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/04/22 18:28:04 joerg Exp $
+
+--- cairo/test/Makefile.in.orig 2006-04-22 18:07:01.000000000 +0000
++++ cairo/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_1)
+-@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