diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-30 05:41:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-30 05:41:15 +0000 |
commit | a116bdaa9a4a54d4cf9918f2db40c3ef9dc0c4b9 (patch) | |
tree | 636f5b67d005f7f77f759c06e33b09cedeb705ef | |
parent | d360969c625221faf988da6626ada0b3940f875a (diff) | |
download | pkgsrc-a116bdaa9a4a54d4cf9918f2db40c3ef9dc0c4b9.tar.gz |
This package didn't build on Darwin because the Mutex class was not
defined. Force to use a dummy definition as in other platforms.
-rw-r--r-- | textproc/lq-sp/distinfo | 3 | ||||
-rw-r--r-- | textproc/lq-sp/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
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__ |