pkgsrc/textproc/lq-sp/patches/patch-aa
minskim a116bdaa9a This package didn't build on Darwin because the Mutex class was not
defined.  Force to use a dummy definition as in other platforms.
2005-05-30 05:41:15 +00:00

13 lines
265 B
Text

$NetBSD: patch-aa,v 1.3 2005/05/30 05:41:15 minskim Exp $
--- include/config.h.orig 2004-12-05 11:05:09.000000000 -0600
+++ include/config.h
@@ -42,7 +42,7 @@
#endif
#ifdef __MACH__
-#define SP_MUTEX_MACH
+/* #define SP_MUTEX_MACH */
#endif
#ifdef __EMX__