diff options
author | tv <tv> | 1998-08-26 00:07:34 +0000 |
---|---|---|
committer | tv <tv> | 1998-08-26 00:07:34 +0000 |
commit | a53f5bd7246d6767251391a03794b1e2e107f439 (patch) | |
tree | 7c4a24e559d90a77ae88e86a2a41d35d400e1f93 /comms/lrzsz/patches/patch-ab | |
parent | b322d9dc5c32a3f9a1f2bf020157a796b6fa4f13 (diff) | |
download | pkgsrc-a53f5bd7246d6767251391a03794b1e2e107f439.tar.gz |
Use catgets instead of supplied gettext.
Diffstat (limited to 'comms/lrzsz/patches/patch-ab')
-rw-r--r-- | comms/lrzsz/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/lrzsz/patches/patch-ab b/comms/lrzsz/patches/patch-ab new file mode 100644 index 00000000000..38a80e4b736 --- /dev/null +++ b/comms/lrzsz/patches/patch-ab @@ -0,0 +1,11 @@ +--- configure.orig Tue Aug 25 19:55:01 1998 ++++ configure Tue Aug 25 19:55:58 1998 +@@ -4281,7 +4281,7 @@ + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.cat + INSTOBJEXT=.cat +- DATADIRNAME=lib ++ DATADIRNAME=share + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` |