aboutsummaryrefslogtreecommitdiff
path: root/korean/hanemacs
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-02 22:41:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-02 22:41:58 +0000
commit2fe10f4f6513c7744b109fcc9efe8fbd155215fa (patch)
treeefcd4691d0c0d4060844d17fa3a606acdb65a51a /korean/hanemacs
parent825e9422dde250b7c4f2dd9f69803e2c1527ca8e (diff)
downloadports-2fe10f4f6513c7744b109fcc9efe8fbd155215fa.tar.gz
ports-2fe10f4f6513c7744b109fcc9efe8fbd155215fa.zip
Fix build for 4-current ("__FreeBSD__ == 3" => "__FreeBSD__ >= 3").
Obtained from: editors/emacs port
Notes
Notes: svn path=/head/; revision=26500
Diffstat (limited to 'korean/hanemacs')
-rw-r--r--korean/hanemacs/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/hanemacs/files/patch-ac b/korean/hanemacs/files/patch-ac
index 32937f709d3f..3737a50f4d16 100644
--- a/korean/hanemacs/files/patch-ac
+++ b/korean/hanemacs/files/patch-ac
@@ -67,7 +67,7 @@
#define BSD 199103
#elif __FreeBSD__ == 2
#define BSD 199306
-+#elif __FreeBSD__ == 3
++#elif __FreeBSD__ >= 3
+#define BSD 199506
#endif