Date: Tue, 4 Nov 2014 21:49:45 -0800 From: Garrett Cooper <yaneurabeya@gmail.com> To: Devin Teske <dteske@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r274123 - in head: lib/libdpv usr.bin/dpv Message-ID: <7E81392D-83F7-460F-8461-3F4028DFE88C@gmail.com> In-Reply-To: <201411050236.sA52aTXM065523@svn.freebsd.org> References: <201411050236.sA52aTXM065523@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_3E2016B4-F24B-441C-9263-8C5CF84EAEF1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Nov 4, 2014, at 18:36, Devin Teske <dteske@FreeBSD.org> wrote: > Author: dteske > Date: Wed Nov 5 02:36:28 2014 > New Revision: 274123 > URL: https://svnweb.freebsd.org/changeset/base/274123 =85 > Modified: head/lib/libdpv/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/lib/libdpv/Makefile Wed Nov 5 02:08:37 2014 = (r274122) > +++ head/lib/libdpv/Makefile Wed Nov 5 02:36:28 2014 = (r274123) > @@ -6,11 +6,13 @@ INCS=3D dpv.h > MAN=3D dpv.3 > MLINKS=3D dpv.3 dpv_free.3 >=20 > -CFLAGS+=3D -I${.CURDIR} > -LDFLAGS+=3D -ldialog -lfigpar -lncurses -lutil > +DPADD=3D ${LIBFIGPAR} > +LDADD=3D -ldialog -lfigpar -lncurses -lutil DPADD and LDADD are out of synch now; it should be: DPADD=3D ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL} LDADD=3D -ldialog -lfigpar -lncursesw -lutil Please note that I used -lncursesw instead of -lncurses =97 please = verify whether or not it works (should because stuff is hard linked, but = it doesn=92t hurt to check=85). --Apple-Mail=_3E2016B4-F24B-441C-9263-8C5CF84EAEF1 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUWbp5AAoJEMZr5QU6S73ejSQH+wSFykAv5UCUpAJfxE8cpmdI 2m1AGf354oKncxTuEMkPb65LHJZt4T0QjwwuXEljFC+k7NiWwqwR4bPiShOFSVtm 7bu8zT40j+LH0CwofeDYqjIYBisNZfOzTu5kB9UMnqouWjN79Gg3WgDzFPq7T1vu 7Vx0+8eNkcEAVyPZF6Vi73yvvWdsPKJ9V9/tAopQ1GF2w7g2MhITaHRLSkL3kPVm jG6EvvcspaTNtgIQnc+4Yrt9Aq1LBN/JKLqpJKVyL3L7HyNjveYvg3C1NHqr5f7d M+K0P3Q/gsoHJh6R5eSOmDJ9ERoqQSQAktYWZoDevubMiibPPmaReCVHmK2tjsw= =/UvL -----END PGP SIGNATURE----- --Apple-Mail=_3E2016B4-F24B-441C-9263-8C5CF84EAEF1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7E81392D-83F7-460F-8461-3F4028DFE88C>