mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
4437d2f0e8
* Add optional support for PulseAudio. * Don't build nonsensical static modules. * Use OPTIONS framework.
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
|
|
$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 \
|