tech-pkg archive

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

Re: [joerg%netbsd.org@localhost: CVS commit: pkgsrc/devel/nbpatch]



Joerg Sonnenberger <joerg%britannica.bec.de@localhost> writes:

> On Wed, Sep 10, 2008 at 11:28:42AM -0700, Eric Gillespie wrote:
> > I could, but I think we can see what's happening right here in
> > nbcompat's configure.ac:
> 
> Bah, right -- I'll have to force it.

Looks good, but you're still not linking nbcompat.  After this,
it works!  Looking forward to not having to say -p0 every
fricking time to stupid #^&#% GNU patch.  Thanks.

Index: files/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/nbpatch/files/Makefile,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 Makefile
--- files/Makefile      10 Sep 2008 11:03:21 -0000      1.1.1.1
+++ files/Makefile      10 Sep 2008 19:18:52 -0000
@@ -2,5 +2,6 @@
 
 PROG=  nbpatch
 SRCS=  patch.c pch.c inp.c util.c backupfile.c mkpath.c
+LDADD+=        -lnbcompat
 
 .include <bsd.prog.mk>


Home | Main Index | Thread Index | Old Index