FreeBSD Bugzilla – Attachment 22484 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), 750 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:
750 bytes
patch
obsolete
>*** configure.in.dist Wed Oct 10 20:21:55 2001 >--- configure.in Fri Jun 7 14:04:46 2002 >*************** >*** 312,317 **** >--- 312,327 ---- > 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 > AC_MSG_ERROR([version mismatch headerfiles $HDRVERSION != kernel $KERNELVERSION]) > fi >-- end of configure.in -
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