summaryrefslogtreecommitdiff
path: root/print/cups-base/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups-base/patches/patch-af')
-rw-r--r--print/cups-base/patches/patch-af24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/cups-base/patches/patch-af b/print/cups-base/patches/patch-af
new file mode 100644
index 00000000000..3b35445e41d
--- /dev/null
+++ b/print/cups-base/patches/patch-af
@@ -0,0 +1,24 @@
+$NetBSD: patch-af,v 1.1 2017/11/12 14:10:15 khorben Exp $
+
+* Remove unneeded $(LIBTOOL), it's now in $(INSTALL_BIN).
+
+--- backend/Makefile.orig 2014-05-08 22:42:44.000000000 +0000
++++ backend/Makefile
+@@ -126,7 +126,7 @@ install-exec: $(INSTALLXPC)
+ echo Installing backends in $(SERVERBIN)/backend
+ $(INSTALL_DIR) -m 755 $(SERVERBIN)/backend
+ for file in $(RBACKENDS); do \
+- $(LIBTOOL) $(INSTALL_BIN) -m 700 $$file $(SERVERBIN)/backend; \
++ $(INSTALL_BIN) -m 700 $$file $(SERVERBIN)/backend; \
+ done
+ for file in $(UBACKENDS); do \
+ $(INSTALL_BIN) $$file $(SERVERBIN)/backend; \
+@@ -150,7 +150,7 @@ install-exec: $(INSTALLXPC)
+ install-xpc: ipp
+ echo Installing XPC backends in $(SERVERBIN)/apple
+ $(INSTALL_DIR) -m 755 $(SERVERBIN)/apple
+- $(LIBTOOL) $(INSTALL_BIN) ipp $(SERVERBIN)/apple
++ $(INSTALL_BIN) ipp $(SERVERBIN)/apple
+ for file in $(IPPALIASES); do \
+ $(RM) $(SERVERBIN)/apple/$$file; \
+ $(LN) ipp $(SERVERBIN)/apple/$$file; \