summaryrefslogtreecommitdiff
path: root/korean/hanemacs/files/patch-ac
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/files/patch-ac
parentAdd REQUIRES_MOTIF, it doesn't actually link to Motif libraries but (diff)
Fix build for 4-current ("__FreeBSD__ == 3" => "__FreeBSD__ >= 3").
Obtained from: editors/emacs port
Notes
Notes: svn path=/head/; revision=26500
Diffstat (limited to '')
-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