freebsd-ports/audio/libao/files/patch-src_plugins_Makefile.in
Christian Weisgerber 10cd037d6a Update to 1.2.0. No user-visible changes.
Switch to USES=libtool:keepla.
2014-05-28 17:51:32 +00:00

11 lines
483 B
Text

--- src/plugins/Makefile.in.orig 2014-05-28 16:19:02.000000000 +0200
+++ src/plugins/Makefile.in 2014-05-28 16:25:33.000000000 +0200
@@ -388,7 +388,7 @@ $(am__recursive_targets):
else \
local_target="$$target"; \
fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) AM_LIBTOOLFLAGS="--tag=disable-static" $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \