openbsd-ports/x11/gtk+2/patches/patch-gtk_Makefile_in
ajacoutot 462dd94ef3 Update to gtk+2-2.24.33.
As per release notes:
* This is the final GTK 2.x release.
* There will be no more updates to GTK 2.
* All users are encouraged to update to GTK 3 or 4.
2020-12-21 11:38:21 +00:00

15 lines
671 B
Plaintext

$OpenBSD: patch-gtk_Makefile_in,v 1.50 2020/12/21 11:38:22 ajacoutot Exp $
Index: gtk/Makefile.in
--- gtk/Makefile.in.orig
+++ gtk/Makefile.in
@@ -2014,7 +2014,7 @@ SUBDIRS = theme-bits . tests
DIST_SUBDIRS = theme-bits tests
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_FALSE@GTK_PRINT_BACKENDS = file,lpr
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_TRUE@GTK_PRINT_BACKENDS = file,papi
-@HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups
+@HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups,lpr
@HAVE_PAPI_CUPS_TRUE@GTK_PRINT_BACKENDS = file,papi,cups
GTK_BASE_CFLAGS_DEFINES = \
-DGTK_VERSION=\"$(GTK_VERSION)\" \