Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 1997 00:28:28 -0700 (PDT)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        bug-gnu-emacs@prep.ai.mit.edu
Cc:        ports@freebsd.org
Subject:   emacs compilation under FreeBSD-3.0
Message-ID:  <199704090728.AAA03150@silvia.HIP.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
The following patch is needed to compile emacs-19.34 in a recent
FreeBSD-current (the to-be 3.0 release branch).

Satoshi
=======
--- ./src/s/freebsd.h.org	Sun Jun  9 13:14:32 1996
+++ ./src/s/freebsd.h	Thu Apr  3 04:15:46 1997
@@ -80,6 +80,8 @@
 #define BSD 199103
 #elif __FreeBSD__ == 2
 #define BSD 199306
+#elif __FreeBSD__ == 3
+#define BSD 199506
 #endif
 
 #define WAITTYPE int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704090728.AAA03150>