openbsd-ports/devel/dtc/patches/patch-libfdt_Makefile_libfdt
brad b391ccbd82 Update to dtc 1.3.0.
ok jasper@ sthen@
2013-06-21 19:58:28 +00:00

13 lines
526 B
Plaintext

$OpenBSD: patch-libfdt_Makefile_libfdt,v 1.1 2013/06/21 19:58:28 brad Exp $
--- libfdt/Makefile.libfdt.orig Wed Jun 19 20:47:13 2013
+++ libfdt/Makefile.libfdt Wed Jun 19 20:47:25 2013
@@ -4,7 +4,7 @@
# be easily embeddable into other systems of Makefiles.
#
LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
-LIBFDT_INCLUDES = fdt.h libfdt.h
+LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
LIBFDT_VERSION = version.lds
LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)