pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ispell-base Removed a "not" operator that acc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dbd622613b8a
branches: trunk
changeset: 551805:dbd622613b8a
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Dec 20 10:31:21 2008 +0000
description:
Removed a "not" operator that accidentally got in here.
diffstat:
textproc/ispell-base/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fb318c32cb71 -r dbd622613b8a textproc/ispell-base/Makefile
--- a/textproc/ispell-base/Makefile Sat Dec 20 09:57:07 2008 +0000
+++ b/textproc/ispell-base/Makefile Sat Dec 20 10:31:21 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/10/21 18:25:48 tnn Exp $
+# $NetBSD: Makefile,v 1.33 2008/12/20 10:31:21 rillig Exp $
#
DISTNAME= ispell-3.3.02
@@ -20,7 +20,7 @@
.include "../../mk/bsd.prefs.mk"
-.if exists(/usr/include/inttypes.h) && !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
+.if exists(/usr/include/inttypes.h) && empty(MACHINE_PLATFORM:MIRIX-5.3-*)
CFLAGS+= -DHAVE_INTTYPES_H
.endif
Home |
Main Index |
Thread Index |
Old Index