diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:37:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:37:53 +0000 |
commit | a8ed54fcae54603575c22ca70ee23d80c12d819f (patch) | |
tree | 06faa3c6cf8b551b726c4f62f3c010ab37c944c2 /devel/gettext/files/patch-gettext-tools_lib_Makefile.in | |
parent | Clean up the plist. (diff) |
Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use:
portupgrade -rf gettext -m BATCH=yes
To update this port.
Tested by: Thierry Thomas <thierry@pompo.net>
myself
Diffstat (limited to 'devel/gettext/files/patch-gettext-tools_lib_Makefile.in')
-rw-r--r-- | devel/gettext/files/patch-gettext-tools_lib_Makefile.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-gettext-tools_lib_Makefile.in b/devel/gettext/files/patch-gettext-tools_lib_Makefile.in new file mode 100644 index 000000000000..a3a1b1fa8595 --- /dev/null +++ b/devel/gettext/files/patch-gettext-tools_lib_Makefile.in @@ -0,0 +1,29 @@ +--- gettext-tools/lib/Makefile.in.orig Thu May 22 09:41:20 2003 ++++ gettext-tools/lib/Makefile.in Wed Jun 11 14:05:44 2003 +@@ -67,7 +67,7 @@ + CYGPATH_W = @CYGPATH_W@ + DATADIRNAME = @DATADIRNAME@ + +-DEFS = -DEXEEXT=\"$(EXEEXT)\" -DDEPENDS_ON_LIBINTL=1 -DDEPENDS_ON_LIBICONV=1 @DEFS@ -DLIBDIR=\"$(libdir)\" ++DEFS = -DEXEEXT=\"$(EXEEXT)\" -DDEPENDS_ON_LIBINTL=1 -DDEPENDS_ON_LIBICONV=1 @DEFS@ -DLIBDIR=\"$(prefix)/libdata\" + DEPDIR = @DEPDIR@ + DLLTOOL = @DLLTOOL@ + DVIPS = @DVIPS@ +@@ -317,7 +317,7 @@ + # Need @LTLIBICONV@ because linebreak.c uses iconv(). + libgettextlib_la_LDFLAGS = \ + -release @VERSION@ \ +- @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined ++ @LTLIBINTL@ @LTLIBICONV@ -no-undefined + + + +@@ -599,7 +599,7 @@ + + install-data-am: install-gettextsrcDATA + +-install-exec-am: install-exec-local install-libLTLIBRARIES ++install-exec-am: install-libLTLIBRARIES + + install-info: install-info-am + |