opnsense-ports/audio/libao/files/patch-src_plugins_Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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 \