ports/textproc/opensp/files/patch-spcat::Makefile.in
Jun Kuriyama a5fc954d9d o Add explicit dependency on libiconv and gettext.
o Honor $NOPORTDOCS.

PR		ports/58540
Submitted by:	Simon Barner <barner@in.tum.de>
2003-10-31 04:33:39 +00:00

11 lines
384 B
Text

--- spcat/Makefile.in.orig Sat Oct 25 22:06:38 2003
+++ spcat/Makefile.in Sat Oct 25 22:06:54 2003
@@ -134,7 +134,7 @@
am_ospcat_OBJECTS = spcat.$(OBJEXT) spcat_inst.$(OBJEXT)
ospcat_OBJECTS = $(am_ospcat_OBJECTS)
ospcat_DEPENDENCIES = $(top_builddir)/lib/libosp.la
-ospcat_LDFLAGS =
+ospcat_LDFLAGS = -lintl
DEFS = @DEFS@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)