aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-07-25 01:32:43 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-07-25 01:32:43 +0000
commitb42e8b9d2584d3b397014f13c59016c9622a620b (patch)
tree23367b15a371010294565b7fc34bd2fbb7bc57c3 /textproc
parentdd66eb13d36d0b070c8640ff308a63ec98557773 (diff)
downloadports-b42e8b9d2584d3b397014f13c59016c9622a620b.tar.gz
ports-b42e8b9d2584d3b397014f13c59016c9622a620b.zip
- forgot to add patch
Notes
Notes: svn path=/head/; revision=196236
Diffstat (limited to 'textproc')
-rw-r--r--textproc/msort/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/msort/files/patch-Makefile.in b/textproc/msort/files/patch-Makefile.in
new file mode 100644
index 000000000000..bcf2d423dfa9
--- /dev/null
+++ b/textproc/msort/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Mar 5 16:08:46 2007
++++ Makefile.in Wed Jul 25 09:26:41 2007
+@@ -120,7 +120,7 @@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@ -lgmp
++LIBS = @LIBS@ -lgmp -lintl
+ LTLIBOBJS = @LTLIBOBJS@
+ MAKEINFO = @MAKEINFO@
+ NOCOMPARISONCNT_FALSE = @NOCOMPARISONCNT_FALSE@