Always include "lpr" among the print backends; agreed with ajacoutot@.
(This means Firefox will again offer "Print to LPR".)
This commit is contained in:
parent
6c52a79c58
commit
5164951487
@ -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
|
||||
|
12
x11/gtk+2/patches/patch-gtk_Makefile_in
Normal file
12
x11/gtk+2/patches/patch-gtk_Makefile_in
Normal 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\" \
|
Loading…
Reference in New Issue
Block a user