forked from Lainports/freebsd-ports
* Add optional support for PulseAudio. * Don't build nonsensical static modules. * Use OPTIONS framework.
14 lines
370 B
Text
14 lines
370 B
Text
|
|
$FreeBSD$
|
|
|
|
--- src/Makefile.in.orig
|
|
+++ src/Makefile.in
|
|
@@ -364,7 +364,7 @@
|
|
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 \
|