1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/amanda-server/files/patch-perl__amglue__Makefile.in
2014-07-29 17:12:47 +00:00

11 lines
544 B
Plaintext

--- perl/amglue/Makefile.in 2010-10-16 19:29:45.554806332 +0900
+++ perl/amglue/Makefile.in.orig 2010-10-07 03:58:28.000000000 +0900
@@ -1212,6 +1212,7 @@
list2="$$list2 $$p"; \
else :; fi; \
done; \
+@WANT_CLIENT_FALSE@ list2=; \
test -z "$$list2" || { \
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(amlibdir)'"; \
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(amlibdir)"; \