diff options
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-tests-Makefile.am')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-tests-Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-tests-Makefile.am b/print/tex-xdvik/files/patch-texk-xdvik-tests-Makefile.am new file mode 100644 index 000000000000..6029873f40bd --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-tests-Makefile.am @@ -0,0 +1,21 @@ +--- texk/xdvik/tests/Makefile.am.orig 2014-09-02 18:41:34.000000000 +0900 ++++ texk/xdvik/tests/Makefile.am 2015-01-31 21:02:18.000000000 +0900 +@@ -22,11 +22,17 @@ + + $(run_tests_OBJECTS): ../libxdvi.a $(common_dependencies) + +-LDADD = ../libxdvi.a $(common_ldadd) ++LDADD = ../libxdvi.a $(common_ldadd) $(FREETYPE2_LIBS) $(ZLIB_LIBS) + + ../libxdvi.a: $(libxdvi_dependencies) + cd .. && $(MAKE) $(AM_MAKEFLAGS) libxdvi.a + ++## Rebuild libfreetype ++@FREETYPE2_RULE@ ++ ++## Rebuild libz ++@ZLIB_RULE@ ++ + ## Not used + ## + EXTRA_DIST = test1.c |