[#]
http://marc.info/?l=openbsd-ports-cvs&m=140818766830248&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-08-16 15:55:08
Module name: ports
Changes by: chrisz@cvs.openbsd.org 2014/08/16 05:14:05
Modified files:
devel/gdb : Makefile
Added files:
devel/gdb/patches: patch-include_filenames_h
Log message:
Our libiberty does not have filename_cmp(), but since it would simply
call strcmp(), use a macro when building gdb and most of all libbfd.
Fixes linking against libbfd with our system libiberty.
reviewed and ok pascal@