summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2009-09-13 10:57:01 +0000
committerTimo Gurr <tgurr@gentoo.org>2009-09-13 10:57:01 +0000
commit1de377e413e2d3b5574e9e76400743b2322dbdf8 (patch)
tree389492141bd0c6c4d92fb861e4f84e3e69e3724c /net-print/cups/files
parentFix init script to depend on udev when using udev, not hal. Thanks to Alexand... (diff)
downloadgentoo-2-1de377e413e2d3b5574e9e76400743b2322dbdf8.tar.gz
gentoo-2-1de377e413e2d3b5574e9e76400743b2322dbdf8.tar.bz2
gentoo-2-1de377e413e2d3b5574e9e76400743b2322dbdf8.zip
Version bump including EAPI2 love and general ebuild overhaul.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-print/cups/files')
-rw-r--r--net-print/cups/files/cups-1.4.0-backend-https.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-print/cups/files/cups-1.4.0-backend-https.patch b/net-print/cups/files/cups-1.4.0-backend-https.patch
new file mode 100644
index 000000000000..8a70a20e6c5d
--- /dev/null
+++ b/net-print/cups/files/cups-1.4.0-backend-https.patch
@@ -0,0 +1,11 @@
+diff -Naur cups-1.4.0/backend/Makefile cups-1.4.0.new/backend/Makefile
+--- cups-1.4.0/backend/Makefile 2009-03-03 20:39:21.000000000 +0100
++++ cups-1.4.0.new/backend/Makefile 2009-09-01 14:00:05.592615359 +0200
+@@ -91,6 +91,7 @@
+ done
+ $(RM) $(SERVERBIN)/backend/http
+ $(LN) ipp $(SERVERBIN)/backend/http
++ $(LN) ipp $(SERVERBIN)/backend/https
+ if test "x$(DNSSD_BACKEND)" != x; then \
+ $(RM) $(SERVERBIN)/backend/mdns; \
+ $(LN) $(DNSSD_BACKEND) $(SERVERBIN)/backend/mdns; \