diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-03 01:53:06 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-03 01:53:06 +0000 |
commit | 56d4356884d7c9ab32aae1de80155b4b1371f012 (patch) | |
tree | 3be0a1f024cc873e11a1f77330e6f9f66bebd07d /editors/mule-common | |
parent | 905709116d99a1c04802ee0a5846724e6136c99e (diff) | |
download | FreeBSD-ports-56d4356884d7c9ab32aae1de80155b4b1371f012.zip FreeBSD-ports-56d4356884d7c9ab32aae1de80155b4b1371f012.tar.gz |
For 4.X and later release
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mule-common/files/patch-ac b/editors/mule-common/files/patch-ac index 264e517..ddd9d1f 100644 --- a/editors/mule-common/files/patch-ac +++ b/editors/mule-common/files/patch-ac @@ -72,7 +72,7 @@ #define BSD 199103 #elif __FreeBSD__ == 2 #define BSD 199306 -+#elif __FreeBSD__ == 3 ++#elif __FreeBSD__ >= 3 +#define BSD 199506 #endif |