diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-30 08:29:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-30 08:29:55 +0000 |
commit | 2e564be1e52f683180e5dd8fb31d3b0ece5b4be1 (patch) | |
tree | 140fd7981ab22053c5fc7b0555201eb55a51dbed /devel/bison2/files/patch-intl::Makefile.in | |
parent | 0e76376aa160a3a2f0d99c00f56ebf2659eb0e81 (diff) |
Notes
Diffstat (limited to 'devel/bison2/files/patch-intl::Makefile.in')
-rw-r--r-- | devel/bison2/files/patch-intl::Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/bison2/files/patch-intl::Makefile.in b/devel/bison2/files/patch-intl::Makefile.in new file mode 100644 index 000000000000..adfc8cd770de --- /dev/null +++ b/devel/bison2/files/patch-intl::Makefile.in @@ -0,0 +1,23 @@ + +$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; \ |