diff options
author | alex <alex@FreeBSD.org> | 2001-08-23 18:34:56 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-08-23 18:34:56 +0000 |
commit | a8eb04ed438e3e3e221d9488cb27e05f1b106f0d (patch) | |
tree | 83e1efaae212bee57e6e9ea02ebeea22b2b5c009 /editors | |
parent | 820a2955711205fc84c1f2e37491a41c48223421 (diff) | |
download | FreeBSD-ports-a8eb04ed438e3e3e221d9488cb27e05f1b106f0d.zip FreeBSD-ports-a8eb04ed438e3e3e221d9488cb27e05f1b106f0d.tar.gz |
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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 2 | ||||
-rw-r--r-- | editors/cooledit/files/patch-config.h | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 819e47e..c0146ad 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 0000000..4473cf9 --- /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 |