|
Re: pkg/28926: msg#01441os.netbsd.devel.pkgsrc.bugs
The following reply was made to PR pkg/28926; it has been noted by GNATS. From: David H.Gutteridge <dhgutteridge@xxxxxxxxxxxx> To: <jlam@xxxxxxxxxx>, <pkg-manager@xxxxxxxxxx>, <pkgsrc-bugs@xxxxxxxxxx>, <gnats-admin@xxxxxxxxxx>, <gnats-bugs@xxxxxxxxxx> Cc: Subject: Re: pkg/28926 Date: Wed, 30 Mar 2005 22:26:35 -0500 This is a multi-part message in MIME format. ------=____1112239595941_qKxOrqU1RX Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit I'm new to autoconf, my suggested patch before wasn't so hot, this one's better. Dave --- configure.ac.orig Sun Jan 9 20:18:28 2005 +++ configure.ac Wed Mar 30 22:02:46 2005 @@ -68,8 +68,10 @@ AC_SUBST(mtree) dnl Checks for libraries. -AC_CHECK_LIB(db1, dbopen) -AC_SEARCH_LIBS(tgetent, [termcap termlib curses ncurses]) +AC_CHECK_LIB(db1, dbopen, , + AC_MSG_ERROR([no db1 library was found to link against.])) +AC_SEARCH_LIBS(tgetent, [termcap termlib curses ncurses tinfo], , + AC_MSG_ERROR([no relevant curses library was found to link against.])) dnl Checks for header files. AC_HEADER_STDC ------=____1112239595941_qKxOrqU1RX Content-Transfer-Encoding: base64 Content-Type: null; name="replyAll" Content-Disposition: inline; filename="replyAll" U3lub3BzaXM6IHBrZ19pbnN0YWxsJ3MgY29uZmlndXJlIHNjcmlwdCBkb2Vzbid0IHdhcm4g aWYgaXQgY2FuJ3QgZmluZCBsaWJyYXJpZXMgdG8gbGluayBhZ2FpbnN0DQoNClJlc3BvbnNp YmxlLUNoYW5nZWQtRnJvbS1UbzogcGtnLW1hbmFnZXItPmpsYW0NClJlc3BvbnNpYmxlLUNo YW5nZWQtQnk6IHdpekBuZXRic2Qub3JnDQpSZXNwb25zaWJsZS1DaGFuZ2VkLVdoZW46IFR1 ZSwgMTUgTWFyIDIwMDUgMTc6NDc6MzIgKzAwMDANClJlc3BvbnNpYmxlLUNoYW5nZWQtV2h5 Og0KamxhbSBhZ3JlZWQgdG8gaGFuZGxlIHRoaXMgb25lLg0KDQoNCg== ------=____1112239595941_qKxOrqU1RX-- |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: pkg/28926: 01441, David H . Gutteridge |
|---|---|
| Next by Date: | Re: pkg/28925: 01441, David H . Gutteridge |
| Previous by Thread: | Re: pkg/28926i: 01441, David H . Gutteridge |
| Next by Thread: | Re: pkg/25624: 01441, martin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |