Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build error



On Wed, Dec 29, 2010 at 02:49:10PM +0000, Sad Clouds wrote:
> /opt/tools.amd64/bin/nbyacc: f - cannot open 
> "/opt/src/external/gpl2/xcvs/dist/lib/getdate.c"
> *** [getdate.c] Error code 2
> nbmake: stopped in /opt/src/external/gpl2/xcvs/lib/libcvs

Try the attached patch, please.

Joerg
--- src/external/gpl2/xcvs/lib/libcvs/Makefile
+++ src/external/gpl2/xcvs/lib/libcvs/Makefile
@@ -19,7 +19,8 @@
        quotearg.c regex.c rpmatch.c save-cwd.c sighandle.c strftime.c \
        stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
        xmalloc.c xreadlink.c yesno.c
 
 getdate.c: getdate.y
+       @true
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index