diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-25 09:32:43 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-25 09:32:43 +0800 |
commit | 975cae0b137e809ea4dc88edee2ebec27cc3a008 (patch) | |
tree | 8536a251a8218cc675e9f2d05251599f6ba341f6 /textproc/msort | |
parent | 7cec87aca60e273a3d8935842c53ef2c5bb01e15 (diff) | |
download | freebsd-ports-gnome-975cae0b137e809ea4dc88edee2ebec27cc3a008.tar.gz freebsd-ports-gnome-975cae0b137e809ea4dc88edee2ebec27cc3a008.tar.zst freebsd-ports-gnome-975cae0b137e809ea4dc88edee2ebec27cc3a008.zip |
- forgot to add patch
Diffstat (limited to 'textproc/msort')
-rw-r--r-- | textproc/msort/files/patch-Makefile.in | 11 |
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@ |