openbsd-ports/audio/libao/patches/patch-src_plugins_Makefile_in
naddy e4273f8e4f * maintenance update to 0.8.8
* don't build nonsensical static modules
2007-07-12 21:10:15 +00:00

13 lines
524 B
Plaintext

$OpenBSD: patch-src_plugins_Makefile_in,v 1.3 2007/07/12 21:10:15 naddy Exp $
--- src/plugins/Makefile.in.orig Thu Jul 12 21:05:42 2007
+++ src/plugins/Makefile.in Thu Jul 12 21:06:21 2007
@@ -259,7 +259,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) LIBTOOL="$(LIBTOOL) --tag=disable-static" $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \