diff options
Diffstat (limited to 'textproc/opensp/files/patch-nsgmls::Makefile.in')
-rw-r--r-- | textproc/opensp/files/patch-nsgmls::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/opensp/files/patch-nsgmls::Makefile.in b/textproc/opensp/files/patch-nsgmls::Makefile.in new file mode 100644 index 000000000000..27361cce0be1 --- /dev/null +++ b/textproc/opensp/files/patch-nsgmls::Makefile.in @@ -0,0 +1,11 @@ +--- nsgmls/Makefile.in.orig Sat Oct 25 21:23:36 2003 ++++ nsgmls/Makefile.in Sat Oct 25 21:23:48 2003 +@@ -142,7 +142,7 @@ + nsgmls_inst.$(OBJEXT) + onsgmls_OBJECTS = $(am_onsgmls_OBJECTS) + onsgmls_DEPENDENCIES = $(top_builddir)/lib/libosp.la +-onsgmls_LDFLAGS = ++onsgmls_LDFLAGS = -lintl + + DEFS = @DEFS@ + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |