diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-23 16:43:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-23 16:43:17 +0000 |
commit | ea27b2b63cbb68d09a90f54b4b31b751cec13735 (patch) | |
tree | 242aa6ff3d5630cd328a98dee7c41a602eb0f896 /cad/boolean/patches | |
parent | 4e0ba208a91c3095999e64506e1d175709da0d3f (diff) | |
download | pkgsrc-ea27b2b63cbb68d09a90f54b4b31b751cec13735.tar.gz |
pkglint cleanup.
Diffstat (limited to 'cad/boolean/patches')
-rw-r--r-- | cad/boolean/patches/patch-ac | 4 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ah | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/boolean/patches/patch-ac b/cad/boolean/patches/patch-ac index c4efbe7ba6b..628502007b4 100644 --- a/cad/boolean/patches/patch-ac +++ b/cad/boolean/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.5 2007/02/23 16:42:30 wiz Exp $ +$NetBSD: patch-ac,v 1.6 2007/02/23 16:43:17 wiz Exp $ Don't define identifiers that are already macros. --- modules/kbool/include/booleng.h.orig 2005-11-28 13:32:50.000000000 +0000 +++ modules/kbool/include/booleng.h -@@ -56,8 +56,12 @@ class KBoolLink;
+@@ -56,8 +56,12 @@ class KBoolLink; typedef long long B_INT; // 8 bytes integer
//#define MAXB_INT LONG_LONG_MAX
//#define MINB_INT LONG_LONG_MIN // 8 bytes integer
diff --git a/cad/boolean/patches/patch-ah b/cad/boolean/patches/patch-ah index 8e98183068f..bed0aba491e 100644 --- a/cad/boolean/patches/patch-ah +++ b/cad/boolean/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.1 2007/02/23 16:42:31 wiz Exp $ +$NetBSD: patch-ah,v 1.2 2007/02/23 16:43:17 wiz Exp $ --- apps/edit/include/chandbas.h.orig 2005-03-04 14:20:52.000000000 +0000 +++ apps/edit/include/chandbas.h -@@ -298,7 +298,7 @@ class CommandHandler
+@@ -298,7 +298,7 @@ class CommandHandler //!add files to the history
bool AddFileToHistory(const wxString& file,const wxString& type);
//!save the history files
|