ports/textproc/libxml/patches/patch-Makefile_am

16 lines
346 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
DEPS: Fix parallel build. gmake recognizes libxml2.la and ./libxml2.la
as equivalent, ours does not.
Index: Makefile.am
--- Makefile.am.orig
+++ Makefile.am
@@ -113,7 +113,7 @@ if WITH_XPTR_SOURCES
2023-08-16 22:26:55 +00:00
libxml2_la_SOURCES += xlink.c xpointer.c
endif
-DEPS = $(top_builddir)/libxml2.la
+DEPS = libxml2.la
LDADDS = $(top_builddir)/libxml2.la