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-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
Notes
Notes:
svn path=/head/; revision=87643
Diffstat (limited to 'devel/gettext/files/patch-lib::Makefile.in')
-rw-r--r-- | devel/gettext/files/patch-lib::Makefile.in | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/devel/gettext/files/patch-lib::Makefile.in b/devel/gettext/files/patch-lib::Makefile.in deleted file mode 100644 index a327eb023672..000000000000 --- a/devel/gettext/files/patch-lib::Makefile.in +++ /dev/null @@ -1,50 +0,0 @@ - -$FreeBSD$ - ---- lib/Makefile.in.orig Fri Jul 19 03:46:30 2002 -+++ lib/Makefile.in Fri Jul 19 03:47:55 2002 -@@ -227,7 +227,7 @@ - # Need @LTLIBICONV@ because linebreak.c uses iconv(). - libgettextlib_la_LDFLAGS = \ - -release @VERSION@ \ -- @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined -+ @LTLIBINTL@ @LTLIBICONV@ -no-undefined - - - -@@ -245,14 +245,14 @@ - gen-lbrkprop.c 3level.h Combining.txt - - --DEFS = -DLIBDIR=\"$(libdir)\" -DEXEEXT=\"$(EXEEXT)\" @DEFS@ -+DEFS = -DLIBDIR=\"$(prefix)/libdata\" -DEXEEXT=\"$(EXEEXT)\" @DEFS@ - INCLUDES = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl - - DISTCLEANFILES = fnmatch.h - MOSTLYCLEANFILES = @STDBOOL_H@ - --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - - SUFFIXES = .sed .sin - -@@ -482,7 +482,7 @@ - - install-data-am: install-gettextsrcDATA - --install-exec-am: install-exec-local install-libLTLIBRARIES -+install-exec-am: install-libLTLIBRARIES - - install-info: install-info-am - -@@ -534,7 +534,7 @@ - - all-local: charset.alias ref-add.sed ref-del.sed - install-exec-local: all-local -- $(mkinstalldirs) $(DESTDIR)$(libdir) -+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata - if test -f $(charset_alias); then \ - sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ - $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ |