openbsd-ports/x11/gtk+2/patches/patch-gtk_Makefile_in
ajacoutot 0ea6ac6e3e Remove the -cups subpackage and link to cups,-libs ; discussed with espie@,
naddy@, landry@ and jasper@

Remove the icons symlink hack which should have been fixed 2 releases ago.
(if anyone experience icon display issues with firefox, please talk to me)
2012-08-04 15:04:43 +00:00

13 lines
674 B
Plaintext

$OpenBSD: patch-gtk_Makefile_in,v 1.38 2012/08/04 15:04:43 ajacoutot Exp $
--- gtk/Makefile.in.orig Mon Jul 16 08:45:50 2012
+++ gtk/Makefile.in Mon Jul 16 08:45:32 2012
@@ -1267,7 +1267,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
INCLUDES = \
-DG_LOG_DOMAIN=\"Gtk\" \