diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-25 21:43:02 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-25 21:43:02 +0000 |
commit | c84c3d18942fa9de2427b4c545d70b9129e25cc1 (patch) | |
tree | 4b7ce703497fb54be06693a663ce5096491906d5 /editors | |
parent | Back out the previous commmit and fix installation. (diff) |
- Fix build on the 6-CURRENT
PR: ports/75494
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=125170
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/files/patch-freebsd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs21-mule/files/patch-freebsd.h b/editors/xemacs21-mule/files/patch-freebsd.h new file mode 100644 index 000000000000..873579a71416 --- /dev/null +++ b/editors/xemacs21-mule/files/patch-freebsd.h @@ -0,0 +1,11 @@ +--- src/s/freebsd.h.old Sat Dec 25 16:06:34 2004 ++++ src/s/freebsd.h Sat Dec 25 16:07:10 2004 +@@ -29,7 +29,7 @@ + #ifndef __FreeBSD_version + #include <osreldate.h> + #endif +-#if __FreeBSD_version >= 199701 ++#if __FreeBSD_version >= 199701 && __FreeBSD_version < 600006 + #define LIBS_SYSTEM "-lutil -lxpg4" + #else + #define LIBS_SYSTEM "-lutil" |