diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-24 13:55:31 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-24 13:55:31 +0000 |
commit | a1d2d400a1d85714dd2e92336e0ee2214902968e (patch) | |
tree | e41487beb9abc7da21e7a81c5994a15917ecf244 /devel/bison/files/patch-intl::Makefile.in | |
parent | Update to 10.11 (diff) |
Update to 1.75
PR: 44223
Submitted by: tkato@prontomail.com
Diffstat (limited to 'devel/bison/files/patch-intl::Makefile.in')
-rw-r--r-- | devel/bison/files/patch-intl::Makefile.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/bison/files/patch-intl::Makefile.in b/devel/bison/files/patch-intl::Makefile.in deleted file mode 100644 index adfc8cd770de..000000000000 --- a/devel/bison/files/patch-intl::Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- intl/Makefile.in 2002/04/30 08:12:35 1.1 -+++ intl/Makefile.in 2002/04/30 08:13:50 -@@ -52,7 +52,7 @@ - YFLAGS = --name-prefix=__gettext - - DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ ---DLIBDIR=\"$(libdir)\" -DIN_LIBINTL @DEFS@ -+-DLIBDIR=\"$(prefix)/libdata\" -DIN_LIBINTL @DEFS@ - CPPFLAGS = @CPPFLAGS@ - CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ -@@ -152,7 +152,7 @@ - else \ - : ; \ - fi -- if test '@USE_INCLUDED_LIBINTL@' = yes; then \ -+ if test no = yes; then \ - test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ |