This package didn't build on Darwin because the Mutex class was not
defined. Force to use a dummy definition as in other platforms.
This commit is contained in:
parent
d360969c62
commit
a116bdaa9a
2 changed files with 15 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.8 2005/05/30 04:56:20 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.9 2005/05/30 05:41:15 minskim Exp $
|
||||
|
||||
SHA1 (lq-sp-1.3.4.12.tar.gz) = 2eeec7e6e25a3f18b150f6607347ff350b9ea7eb
|
||||
RMD160 (lq-sp-1.3.4.12.tar.gz) = 22ec669ac6be310aa75eadf3d8e4a274e27edcbd
|
||||
Size (lq-sp-1.3.4.12.tar.gz) = 568250 bytes
|
||||
SHA1 (patch-aa) = 4dd930d91e1f7837d6e3f7553aae45217366d39d
|
||||
SHA1 (patch-ab) = b6e5174c65433f35c0a0ef78422b9b10b779ba57
|
||||
|
|
13
textproc/lq-sp/patches/patch-aa
Normal file
13
textproc/lq-sp/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$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__
|
Loading…
Reference in a new issue