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
commitc75b50cff95231e3d6ec9f192febd36606e54c3c (patch)
treea2fa92052bdfd6c7664bdf389d2dd438fc9a9856 /net-print/cups/files
parentFix init script to depend on udev when using udev, not hal. Thanks to Alexand... (diff)
downloadhistorical-c75b50cff95231e3d6ec9f192febd36606e54c3c.tar.gz
historical-c75b50cff95231e3d6ec9f192febd36606e54c3c.tar.bz2
historical-c75b50cff95231e3d6ec9f192febd36606e54c3c.zip
Version bump including EAPI2 love and general ebuild overhaul.
Package-Manager: portage-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; \