Fix, left for turans@ to verify
This commit is contained in:
parent
91dd71ffc6
commit
7a084f85f5
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 1999/10/31 06:17:07 turan Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/10/31 09:36:30 angelos Exp $
|
||||
|
||||
BROKEN= lots of compilier errors. redefinitions, and linker errors.
|
||||
BROKEN= left for turans@ to verify
|
||||
|
||||
DISTNAME= catdoc-0.90b4
|
||||
CATEGORIES= textproc
|
||||
|
20
textproc/catdoc/patches/patch-aa
Normal file
20
textproc/catdoc/patches/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- src/catdoc.h.orig Fri Sep 11 07:32:23 1998
|
||||
+++ src/catdoc.h Sun Oct 31 04:34:19 1999
|
||||
@@ -6,7 +6,7 @@
|
||||
* User customization
|
||||
*
|
||||
*/
|
||||
-#ifdef __unix
|
||||
+#ifdef __unix__
|
||||
#ifndef USERC
|
||||
#define USERRC ".catdocrc"
|
||||
#endif
|
||||
@@ -37,7 +37,7 @@
|
||||
#endif
|
||||
|
||||
#define CHARSET_EXT ".txt"
|
||||
-#ifdef __unix
|
||||
+#ifdef __unix__
|
||||
#ifndef TARGET_CHARSET
|
||||
#define TARGET_CHARSET "koi8-r"
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user