openbsd-ports/devel/gdb/patches/patch-gdb_Makefile_in

16 lines
595 B
Plaintext

$OpenBSD: patch-gdb_Makefile_in,v 1.1 2011/11/08 12:40:41 jasper Exp $
Don't install the xml syscall files which only contain Linux' syscalls.
--- gdb/Makefile.in.orig Mon Nov 7 19:28:45 2011
+++ gdb/Makefile.in Mon Nov 7 19:29:00 2011
@@ -1004,7 +1004,7 @@ install: all install-only
# The "install-only" target also installs the syscalls' XML files in
# the system.
-install-only: $(CONFIG_INSTALL) xml-syscall-install
+install-only: $(CONFIG_INSTALL)
transformed_name=`t='$(program_transform_name)'; \
echo gdb | sed -e "$$t"` ; \
if test "x$$transformed_name" = x; then \