summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-22 18:28:04 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-22 18:28:04 +0000
commit277ce08e2806c692ca13e06b54f723d687dfa811 (patch)
treeb4754c883f2a7dbf7d1d9f56e3cfa6938a109380 /graphics
parent0caca718a4a42ae8969dc046c5289ba39584aa79 (diff)
downloadpkgsrc-277ce08e2806c692ca13e06b54f723d687dfa811.tar.gz
Don't hard-code -lpthread, use correct pkgsrc variables instead.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgdiplus/distinfo3
-rw-r--r--graphics/libgdiplus/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
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