summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-23 18:34:56 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-08-23 18:34:56 +0000
commitfb5f04ef295b0221af3b932af5866c3dc69a478a (patch)
tree63325cbc2a7bab5d8a2f755a1f19ac574f11be22 /editors
parentAdd dracd.sh startup script (diff)
Fix linker errors by undefining HAVE_WCHAR_H (ours seems incomplete)
and defining DO_NOT_USE_VGALIB manually in config.h. Works great now. Reported by: bento
Notes
Notes: svn path=/head/; revision=46735
Diffstat (limited to 'editors')
-rw-r--r--editors/cooledit/Makefile2
-rw-r--r--editors/cooledit/files/patch-config.h11
2 files changed, 11 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index 819e47ec0b04..c0146adf6242 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= apps/editors/X/cooledit
MAINTAINER= brett@peloton.runet.edu
-BROKEN= "linker failure"
-
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_LIBTOOL= yes
diff --git a/editors/cooledit/files/patch-config.h b/editors/cooledit/files/patch-config.h
new file mode 100644
index 000000000000..4473cf9aaa92
--- /dev/null
+++ b/editors/cooledit/files/patch-config.h
@@ -0,0 +1,11 @@
+--- config.h.in.old Thu Aug 23 19:43:12 2001
++++ config.h.in Thu Aug 23 19:43:44 2001
+@@ -420,7 +420,7 @@
+ #undef HAVE_UNISTD_H
+
+ /* Define if you have the <wchar.h> header file. */
+-#undef HAVE_WCHAR_H
++/* #undef HAVE_WCHAR_H */
+
+ /* Define if you have the i library (-li). */
+ #undef HAVE_LIBI