diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-13 06:32:36 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-13 06:32:36 +0000 |
commit | 6687e88c4d9c4e03fc8de269164830cd31906512 (patch) | |
tree | 09f6a0de557f0cea18e180df53718c8e559e3d0c /converters/ascii2binary/files | |
parent | e7af7fc9c696442bd5d05bcd52f15641eab466a1 (diff) |
Upgrade to 2.10 and make fetchable again.
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=157081
Diffstat (limited to 'converters/ascii2binary/files')
-rw-r--r-- | converters/ascii2binary/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/ascii2binary/files/patch-Makefile.in b/converters/ascii2binary/files/patch-Makefile.in new file mode 100644 index 000000000000..0e697db9d20e --- /dev/null +++ b/converters/ascii2binary/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Mar 11 20:44:53 2006 ++++ Makefile.in Sun Mar 12 10:59:23 2006 +@@ -115,7 +115,7 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lintl + LTLIBOBJS = @LTLIBOBJS@ + MAKEINFO = @MAKEINFO@ + OBJEXT = @OBJEXT@ |