Always include "lpr" among the print backends; agreed with ajacoutot@.

(This means Firefox will again offer "Print to LPR".)
This commit is contained in:
naddy 2008-12-07 21:37:53 +00:00
parent 6c52a79c58
commit 5164951487
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 2008/11/25 13:14:08 jasper Exp $
# $OpenBSD: Makefile,v 1.73 2008/12/07 21:37:53 naddy Exp $
SHARED_ONLY= Yes
@ -8,7 +8,7 @@ COMMENT-cups= gtk+2 CUPS print backend
VERSION= 2.14.5
DISTNAME= gtk+-${VERSION}
PKGNAME-main= gtk+2-${VERSION}
PKGNAME-main= gtk+2-${VERSION}p0
PKGNAME-docs= gtk+2-docs-${VERSION}
PKGNAME-cups= gtk+2-cups-${VERSION}
CATEGORIES= x11 devel

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-gtk_Makefile_in,v 1.11 2008/12/07 21:37:53 naddy Exp $
--- gtk/Makefile.in.orig Sun Dec 7 22:11:29 2008
+++ gtk/Makefile.in Sun Dec 7 22:12:17 2008
@@ -473,7 +473,7 @@ SUBDIRS = theme-bits . tests
DIST_SUBDIRS = theme-bits tests
@HAVE_CUPS_FALSE@GTK_PRINT_BACKENDS = file,lpr
-@HAVE_CUPS_TRUE@GTK_PRINT_BACKENDS = file,cups
+@HAVE_CUPS_TRUE@GTK_PRINT_BACKENDS = file,cups,lpr
INCLUDES = \
-DG_LOG_DOMAIN=\"Gtk\" \