FreeBSD Bugzilla – Attachment 22483 Details for
Bug 38989
Fix to BROKEN arla port (arla-0.35.6)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 770 bytes, created by
rsc
on 2002-06-07 19:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
rsc
Created:
2002-06-07 19:20:01 UTC
Size:
770 bytes
patch
obsolete
>*** configure.dist Wed Oct 10 20:33:29 2001 >--- configure Fri Jun 7 14:00:09 2002 >*************** >*** 3252,3257 **** >--- 3252,3266 ---- > HDRVERSION=`awk '/#define __FreeBSD_version/ { printf("%2.1f\n",$3/100000); }' < $SYS/sys/param.h` > KERNELVERSION=`uname -r | cut -f1 -d-` > >+ ALTKERNEL=${KERNELVERSION} >+ >+ if uname -r | grep '\-RC' ; then >+ ALTKERNEL=`echo ${KERNELVERSION} | awk ' { printf("%2.1f\n", $1 - 0.1); }'` >+ fi >+ >+ if test X"${HDRVERSION}" != X"${KERNELVERSION}" ; then >+ KERNELVERSION=${ALTKERNEL} >+ fi > if test X"${HDRVERSION}" != X"${KERNELVERSION}" ; then > { echo "configure: error: version mismatch headerfiles $HDRVERSION != kernel $KERNELVERSION" 1>&2; exit 1; } > fi >--- end of configure ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38989
: 22483 |
22484