diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-03 09:53:06 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-03 09:53:06 +0800 |
commit | 56d4356884d7c9ab32aae1de80155b4b1371f012 (patch) | |
tree | 3be0a1f024cc873e11a1f77330e6f9f66bebd07d | |
parent | 905709116d99a1c04802ee0a5846724e6136c99e (diff) | |
download | freebsd-ports-gnome-56d4356884d7c9ab32aae1de80155b4b1371f012.tar.gz freebsd-ports-gnome-56d4356884d7c9ab32aae1de80155b4b1371f012.tar.zst freebsd-ports-gnome-56d4356884d7c9ab32aae1de80155b4b1371f012.zip |
For 4.X and later release
-rw-r--r-- | editors/mule-common/files/patch-ac | 2 | ||||
-rw-r--r-- | textproc/coco/files/patch-ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule-common/files/patch-ac b/editors/mule-common/files/patch-ac index 264e517b385f..ddd9d1faabab 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 diff --git a/textproc/coco/files/patch-ac b/textproc/coco/files/patch-ac index 264e517b385f..ddd9d1faabab 100644 --- a/textproc/coco/files/patch-ac +++ b/textproc/coco/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 |