diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-11-02 19:47:53 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-11-02 19:47:53 +0000 |
| commit | 0fc25b925d376ebf41effd6c682a5f9e1c97e2be (patch) | |
| tree | 62e5769f488bc6c9881b890a7671c4811b4c3f5f /share/examples/etc | |
| parent | b95b5e06d055b5eb532248c00d97454343d39d35 (diff) | |
Notes
Diffstat (limited to 'share/examples/etc')
| -rw-r--r-- | share/examples/etc/make.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index a0d269e39370..1aa2f7888f64 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -171,6 +171,14 @@ #COMPAT3X= yes #COMPAT4X= yes # +# If you have a commercial application for a FreeBSD 4.x that cannot easily +# be updated to a FreeBSD 5.x application and it generates the error message +# "undefined reference to `__sF'", then you can uncomment the following +# line to build a libc compatibility with FreeBSD 4.x. NOTE, THIS SHOULD BE +# USED AS A LAST RESORT. +# +#WANT_COMPAT4_STDIO= yes +# # # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen |
