Re: libmemcached and include paths
"Filip Hajny" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.packages,gmane.os.netbsd.devel.pkgsrc.wip.general |
|---|---|
| Message-ID | <[email protected]> |
On 17.9.2010, at 10:38, OBATA Akio wrote: > I feel that header files are renamed. > i.e. include/libmemcached/memcached_string.h => include/libmemcached/string.h > <http://bazaar.launchpad.net/~libmemcached-developers/libmemcached/trunk/revision/634> > > So you can drop BUILDLINK_INCDIRS.libmemcached from buildlink3.mk. > If it break something, it should be fixed to catch up the change. > Probably, following: > < #include "memcached_string.h" >> #include "libmemcached/string.h" > Thanks. I'll try building other libmemcached-dependent packages to see if it has any adverse effect, and commit the change then (together with the version bump). -F