summaryrefslogtreecommitdiffstats
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 48a26872a..000000000
--- a/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- gettext-runtime/intl/Makefile.in.orig Mon Nov 27 09:02:00 2006
-+++ gettext-runtime/intl/Makefile.in Sun Dec 3 17:48:38 2006
-@@ -78,3 +78,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 \
-@@ -191,3 +191,3 @@
- $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
-- $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ -lc \
-+ $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ \
- -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
-@@ -346,18 +346,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); \
-@@ -447,5 +431,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; \