diff -ruN xtuner/Makefile /tmp/xtuner/Makefile --- xtuner/Makefile Thu Oct 23 16:37:37 2003 +++ /tmp/xtuner/Makefile Thu Oct 23 16:35:15 2003 @@ -19,10 +19,4 @@ USE_IMAKE= YES USE_XPM= YES -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include +.include diff -ruN xtuner/files/patch-misc.c /tmp/xtuner/files/patch-misc.c --- xtuner/files/patch-misc.c Thu Jan 1 03:00:00 1970 +++ /tmp/xtuner/files/patch-misc.c Thu Oct 23 16:37:09 2003 @@ -0,0 +1,13 @@ +--- misc.c.orig Thu Oct 23 16:35:41 2003 ++++ misc.c Thu Oct 23 16:36:26 2003 +@@ -90,8 +90,8 @@ + else + { + fprintf(stderr,"Usage: xtuner [-0x20 | -0x30] -24 \n"); +- fprintf(stderr,"Which specifies the port for the radio card and 24hr +- time format \n"); ++ fprintf(stderr,"Which specifies the port for the radio card and 24hr\n"\ ++" time format \n"); + exit(1); + } + cmd++;