diff options
author | kristerw <kristerw@pkgsrc.org> | 2006-09-08 19:23:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2006-09-08 19:23:01 +0000 |
commit | ee90799151ea72fc3687a70589ea185576486e17 (patch) | |
tree | d82df7ea4983a7ca0b1a42f5abe07a8b6ec006b5 /devel/libslang | |
parent | f74a781aa2b6981cb9e83da23f80ead06da99f29 (diff) | |
download | pkgsrc-ee90799151ea72fc3687a70589ea185576486e17.tar.gz |
Darwin does not define unix. Make the installed file slang.h useful anyway.
Bump PKGREVISION.
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 5 | ||||
-rw-r--r-- | devel/libslang/distinfo | 4 | ||||
-rw-r--r-- | devel/libslang/patches/patch-ac | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index a1519dd0ab3..8371fb7fbe0 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.57 2006/03/04 21:29:17 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2006/09/08 19:23:01 kristerw Exp $ # DISTNAME= slang-1.4.9 PKGNAME= lib${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= lslan -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \ http://gd.tuwien.ac.at/editors/davis/slang/v1.4/ \ diff --git a/devel/libslang/distinfo b/devel/libslang/distinfo index 8278a184fab..c934aea14f5 100644 --- a/devel/libslang/distinfo +++ b/devel/libslang/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2005/05/21 14:39:44 minskim Exp $ +$NetBSD: distinfo,v 1.9 2006/09/08 19:23:01 kristerw Exp $ SHA1 (slang-1.4.9.tar.bz2) = 667709eb1bc1b0f68ce36b31204bf8a99d31eefa RMD160 (slang-1.4.9.tar.bz2) = bd2c37554129134e4e874502af0ebcb6fc7e151b Size (slang-1.4.9.tar.bz2) = 631079 bytes SHA1 (patch-aa) = bb8ff1fb65b6e58ff65ef9779e30768faf532268 -SHA1 (patch-ac) = 6b7c1a1aa90899af42e8df9c72c88e5bdb2111a9 +SHA1 (patch-ac) = 1ae91c0d5772d3b85c7028eca8decd8c0bc474c5 diff --git a/devel/libslang/patches/patch-ac b/devel/libslang/patches/patch-ac index 4d444fd0f43..7e9dcb7734e 100644 --- a/devel/libslang/patches/patch-ac +++ b/devel/libslang/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.4 2000/01/09 02:28:54 mjl Exp $ +$NetBSD: patch-ac,v 1.5 2006/09/08 19:23:01 kristerw Exp $ --- src/slang.h.orig Sun Jan 9 03:08:35 2000 +++ src/slang.h Sun Jan 9 03:09:44 2000 @@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.4 2000/01/09 02:28:54 mjl Exp $ # endif #endif /* __watcomc__ */ -+#ifdef __NetBSD__ ++#if defined(__NetBSD__) || defined(__APPLE__) +#undef unix +#define unix 1 +#endif |