From 277ce08e2806c692ca13e06b54f723d687dfa811 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 22 Apr 2006 18:28:04 +0000 Subject: Don't hard-code -lpthread, use correct pkgsrc variables instead. --- graphics/libgdiplus/distinfo | 3 ++- graphics/libgdiplus/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 graphics/libgdiplus/patches/patch-ab diff --git a/graphics/libgdiplus/distinfo b/graphics/libgdiplus/distinfo index 3b486fa3eaa..5581c8c5062 100644 --- a/graphics/libgdiplus/distinfo +++ b/graphics/libgdiplus/distinfo @@ -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 --git a/graphics/libgdiplus/patches/patch-ab b/graphics/libgdiplus/patches/patch-ab new file mode 100644 index 00000000000..c2ea34a6e05 --- /dev/null +++ b/graphics/libgdiplus/patches/patch-ab @@ -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 -- cgit v1.2.3