freebsd-ports/editors/fte/files/patch-ba
Mark Linimon b5120d3f01 Large rework per maintainer-update (PR: ports/50914). Although
the changes only span 6 months, they do include a complete rework
of the release numbering system.  See the Changes file for full
details, but the highlights are:

- Readonly files are not editable when loaded.
- updated some modes (HTML)
- new modes (sml, mod3, sl, sql, 4gl, sgml)
- new commands:
  - RunProgramAsync
- new macro expansion variables:
  - FileDirectory
  - FileBaseName
  - FileExtension
- X11: support for I18N, XMB
2003-11-17 03:05:57 +00:00

10 lines
271 B
Text

--- src/sysdep.h.orig Sun Apr 13 14:43:59 2003
+++ src/sysdep.h Sun Apr 13 13:54:17 2003
@@ -38,6 +38,7 @@
!defined(IRIX) && \
!defined(SCO) && \
!defined(SUNOS) && \
+ !defined(FREEBSD) && \
!defined(NCR)
# error Target not supported.
#endif