changes: -bugfixes -inproved device support (newer Epson Stylus, Canon S200) -European 10x15 cm and US Engineering C paper sizes -CUPS driver: normal and reversed paper order -quality improvements
15 lines
566 B
Text
15 lines
566 B
Text
$NetBSD: patch-ac,v 1.2 2004/03/02 14:56:07 drochner Exp $
|
|
|
|
--- src/gimp/Makefile.in.orig 2004-01-11 14:02:19.000000000 +0100
|
|
+++ src/gimp/Makefile.in
|
|
@@ -204,8 +204,8 @@ EXTRA_PROGRAMS = print
|
|
|
|
print_SOURCES = print-image-gimp.c print-intl.h print.c gimp_color_window.c gimp_main_window.c print_gimp.h
|
|
|
|
-print_LDADD = $(LIBPRINTUT) $(GIMP_LIBS) $(LIBGIMPPRINT_LIBS)
|
|
-print_DEPENDENCIES = $(LIBGIMPPRINT_LIBS)
|
|
+print_LDADD = $(LIBPRINTUT) $(GIMP_LIBS) -lgimpprint
|
|
+print_DEPENDENCIES =
|
|
|
|
CLEANFILES = $(EXTRA_PROGRAMS)
|
|
MAINTAINERCLEANFILES = Makefile.in
|