diff options
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 |