diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2003-12-29 10:50:42 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2003-12-29 10:50:42 +0000 |
commit | bac0092ca95c9d816a8bdfd75bec618f198c4413 (patch) | |
tree | 4ac96b27f0e8b0ee02427403dc8f32328f063db7 /editors/mg | |
parent | 92d712cabad6f811e672d1fed406aeff24196a20 (diff) | |
download | ports-bac0092ca95c9d816a8bdfd75bec618f198c4413.tar.gz ports-bac0092ca95c9d816a8bdfd75bec618f198c4413.zip |
Notes
Diffstat (limited to 'editors/mg')
-rw-r--r-- | editors/mg/Makefile | 4 | ||||
-rw-r--r-- | editors/mg/files/patch-sysdef.h | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index a8b168550949..c02c5d92f963 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -41,10 +41,6 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - # # Ports build/install stuff stops here. Tarball creation stuff begins here. # diff --git a/editors/mg/files/patch-sysdef.h b/editors/mg/files/patch-sysdef.h new file mode 100644 index 000000000000..254fc87aefa3 --- /dev/null +++ b/editors/mg/files/patch-sysdef.h @@ -0,0 +1,9 @@ +--- sysdef.h.orig Mon Dec 29 11:37:41 2003 ++++ sysdef.h Mon Dec 29 11:38:00 2003 +@@ -23,5 +23,5 @@ + struct fileinfo { + mode_t fi_mode; + uid_t fi_uid; +- gid_t short fi_gid; ++ gid_t fi_gid; + }; |