diff options
Diffstat (limited to 'textproc/opensp/files/patch-sgmlnorm::Makefile')
-rw-r--r-- | textproc/opensp/files/patch-sgmlnorm::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/opensp/files/patch-sgmlnorm::Makefile b/textproc/opensp/files/patch-sgmlnorm::Makefile new file mode 100644 index 000000000000..c08a9a4c4029 --- /dev/null +++ b/textproc/opensp/files/patch-sgmlnorm::Makefile @@ -0,0 +1,11 @@ +--- sgmlnorm/Makefile.in.orig Sat Oct 25 21:24:54 2003 ++++ sgmlnorm/Makefile.in Sat Oct 25 21:25:06 2003 +@@ -136,7 +136,7 @@ + am_osgmlnorm_OBJECTS = sgmlnorm.$(OBJEXT) SGMLGenerator.$(OBJEXT) + osgmlnorm_OBJECTS = $(am_osgmlnorm_OBJECTS) + osgmlnorm_DEPENDENCIES = $(top_builddir)/lib/libosp.la +-osgmlnorm_LDFLAGS = ++osgmlnorm_LDFLAGS = -lintl + + DEFS = @DEFS@ + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |