1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/print/gutenprint-base/files/patch-src_gimp2_Makefile.in
Pawel Pekala 1104d83d68 - Unbreak and update to version 5.2.7
- Assign maintainership to submitter

PR:		ports/161680
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2011-10-17 00:11:10 +00:00

14 lines
558 B
Plaintext

--- src/gimp2/Makefile.in.orig 2011-10-15 12:53:29.000000000 +0200
+++ src/gimp2/Makefile.in 2011-10-15 12:54:02.000000000 +0200
@@ -306,8 +306,8 @@
print_gimp.h
print_SOURCES = $(COMMON_PRINT_SOURCES) print-print.c
-print_LDADD = $(GIMP2_LIBS) $(GUTENPRINTUI2_LIBS)
-print_DEPENDENCIES = $(GUTENPRINTUI2_LIBS) $(GUTENPRINT_LIBS)
+print_LDADD = $(GIMP2_LIBS) %%GUTENPRINTUI2_LIBS%%
+print_DEPENDENCIES =
gutenprint_SOURCES = $(COMMON_PRINT_SOURCES) print-gutenprint.c
gutenprint_LDADD = $(print_LDADD)
gutenprint_DEPENDENCIES = $(print_DEPENDENCIES)