mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
--- src/plugins/Makefile.in.orig 2014-01-27 23:57:41 UTC
|
|
+++ src/plugins/Makefile.in
|
|
@@ -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 \
|