diff options
author | alex <alex@FreeBSD.org> | 2001-08-24 02:34:56 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-08-24 02:34:56 +0800 |
commit | a8eb04ed438e3e3e221d9488cb27e05f1b106f0d (patch) | |
tree | 83e1efaae212bee57e6e9ea02ebeea22b2b5c009 /editors | |
parent | 820a2955711205fc84c1f2e37491a41c48223421 (diff) | |
download | freebsd-ports-gnome-a8eb04ed438e3e3e221d9488cb27e05f1b106f0d.tar.gz freebsd-ports-gnome-a8eb04ed438e3e3e221d9488cb27e05f1b106f0d.tar.zst freebsd-ports-gnome-a8eb04ed438e3e3e221d9488cb27e05f1b106f0d.zip |
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 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 |