Files
macports-ports/textproc/libots/files/makefile-dependencies.patch

16 lines
385 B
Diff

Description: Fix the Makefile dependencies
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/906498
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -43,7 +43,7 @@ libots_1_include_HEADERS = \
libots.h
bin_PROGRAMS=ots
-ldadd = $(top_builddir)/src/libots-1.la $(OTS_LIBS) $(POPT_LIBS)
+ldadd = libots-1.la $(OTS_LIBS) $(POPT_LIBS)
ots_LDADD=$(ldadd)