diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-27 09:23:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-27 09:23:15 +0000 |
commit | 922e09b48142c96ea9945f06acda5ed78b18b366 (patch) | |
tree | 4bc08cc3120447581a37714bd48dc27ed2ac1d27 /editors/textedit | |
parent | - Fix build on 5-x (diff) |
- Fix build on 5.x
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=102279
Diffstat (limited to 'editors/textedit')
-rw-r--r-- | editors/textedit/Makefile | 8 | ||||
-rw-r--r-- | editors/textedit/files/patch-Imakefile | 14 |
2 files changed, 15 insertions, 7 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 293788a9f263..e22359922520 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -21,10 +21,4 @@ USE_IMAKE= yes MAN1= textedit.1 PLIST_FILES= bin/textedit -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/textedit/files/patch-Imakefile b/editors/textedit/files/patch-Imakefile new file mode 100644 index 000000000000..bf3af195ffb2 --- /dev/null +++ b/editors/textedit/files/patch-Imakefile @@ -0,0 +1,14 @@ +--- Imakefile.orig Fri Feb 27 10:17:29 2004 ++++ Imakefile Fri Feb 27 10:17:43 2004 +@@ -1,8 +1,8 @@ + #include <XView.tmpl> + +-/**/########################################################################## +-/**/# @(#)Imakefile 1.6 90/07/17 SMI +-/**/# Imakefile for textedit ++########################################################################## ++# @(#)Imakefile 1.6 90/07/17 SMI ++# Imakefile for textedit + + DEFINES = -DSTANDALONE + INCLUDES = -I$(HEADER_DEST) -I$(TOP) |