aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext/files/patch-gettext-runtime_intl_Makefile.in')
-rw-r--r--devel/gettext/files/patch-gettext-runtime_intl_Makefile.in40
1 files changed, 0 insertions, 40 deletions
diff --git a/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in b/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
deleted file mode 100644
index 823552253a8b..000000000000
--- a/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- gettext-runtime/intl/Makefile.in.orig 2007-11-04 21:21:12.000000000 +0000
-+++ gettext-runtime/intl/Makefile.in 2007-12-12 03:28:44.000000000 +0000
-@@ -79,3 +79,3 @@
- DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
---DLIBDIR=\"$(libdir)\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL \
-+-DLIBDIR=\"$(prefix)/libdata\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL \
- -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
-@@ -195,3 +195,3 @@
- $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
-- $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ @LTLIBC@ \
-+ $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ \
- $(OBJECTS_RES_@WOE32@) \
-@@ -369,18 +369,2 @@
- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir); \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- orig=$(DESTDIR)$(libdir)/charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- else \
-- if test @GLIBC21@ = no; then \
-- orig=charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- fi; \
-- fi; \
- $(mkdir_p) $(DESTDIR)$(localedir); \
-@@ -472,5 +456,5 @@
- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-+ if test -f $(DESTDIR)$(prefix)/libdata/charset.alias; then \
-+ temp=$(DESTDIR)$(prefix)/libdata/t-charset.alias; \
-+ dest=$(DESTDIR)$(prefix)/libdata/charset.alias; \
- sed -f ref-del.sed $$dest > $$temp; \