a7567a0ef4
This is a maintenance (bug-fix only) release Three fixes in the 1.0.2 release deserve particular mention: -Dashed curves -Better support for multi-thread applications -Many win32 compilation and rendering fixes
13 lines
563 B
Text
13 lines
563 B
Text
$NetBSD: patch-ab,v 1.2 2005/10/06 18:46:59 drochner Exp $
|
|
|
|
--- test/Makefile.in.orig 2005-10-04 02:48:31.000000000 +0200
|
|
+++ test/Makefile.in
|
|
@@ -43,7 +43,7 @@ host_triplet = @host@
|
|
@CAIRO_HAS_PS_SURFACE_TRUE@am__append_4 = ps-surface
|
|
@CAIRO_HAS_XLIB_SURFACE_TRUE@am__append_5 = xlib-surface
|
|
check_PROGRAMS = $(am__EXEEXT_6)
|
|
-@HAVE_PTHREAD_TRUE@am__append_6 = -lpthread
|
|
+@HAVE_PTHREAD_TRUE@am__append_6 = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
|
|
noinst_PROGRAMS = imagediff$(EXEEXT)
|
|
subdir = test
|
|
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|