From fd9cbf91257ae37eb487857e2f66bd44dad6cf74 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 30 May 2005 05:41:15 +0000 Subject: This package didn't build on Darwin because the Mutex class was not defined. Force to use a dummy definition as in other platforms. --- textproc/lq-sp/distinfo | 3 ++- textproc/lq-sp/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 textproc/lq-sp/patches/patch-aa (limited to 'textproc/lq-sp') diff --git a/textproc/lq-sp/distinfo b/textproc/lq-sp/distinfo index e379574e64e..8ed2a67ee2f 100644 --- a/textproc/lq-sp/distinfo +++ b/textproc/lq-sp/distinfo @@ -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 diff --git a/textproc/lq-sp/patches/patch-aa b/textproc/lq-sp/patches/patch-aa new file mode 100644 index 00000000000..3a4aa7f08fa --- /dev/null +++ b/textproc/lq-sp/patches/patch-aa @@ -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__ -- cgit v1.2.3