cups-filters/cups-filters-makefile.patch
Tim Waugh 382dc703a9 Fix build issue (bug #1106101).
Resolves: rhbz#1106101
2014-06-11 13:59:24 +01:00

15 lines
477 B
Diff

diff -up cups-filters-1.0.54/Makefile.am.makefile cups-filters-1.0.54/Makefile.am
--- cups-filters-1.0.54/Makefile.am.makefile 2014-06-11 13:36:11.962393900 +0100
+++ cups-filters-1.0.54/Makefile.am 2014-06-11 13:40:34.343533005 +0100
@@ -467,7 +467,9 @@ bannertopdf_LDADD = \
$(FONTCONFIG_LIBS) \
libfontembed.la
-bannertopdf_DEPENDENCIES = $(GETLINE)
+bannertopdf_DEPENDENCIES = \
+ $(GETLINE) \
+ libfontembed.la
commandtoescpx_SOURCES = \
cupsfilters/driver.h \