mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
65 lines
2.5 KiB
Text
65 lines
2.5 KiB
Text
--- gettext-runtime/intl/Makefile.in.orig Mon Apr 11 14:34:59 2005
|
|
+++ gettext-runtime/intl/Makefile.in Mon Apr 18 19:10:08 2005
|
|
@@ -52,7 +52,7 @@
|
|
YFLAGS = --name-prefix=__gettext
|
|
|
|
DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
|
|
--DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \
|
|
+-DLIBDIR=\"$(prefix)/libdata\" -DIN_LIBINTL \
|
|
-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
|
|
-Dset_relocation_prefix=libintl_set_relocation_prefix \
|
|
-Drelocate=libintl_relocate \
|
|
@@ -154,7 +154,7 @@
|
|
libintl.la libgnuintl.la: $(OBJECTS)
|
|
$(LIBTOOL) --mode=link \
|
|
$(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
|
|
- $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) -lc \
|
|
+ $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) \
|
|
-version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
|
|
-rpath $(libdir) \
|
|
-no-undefined
|
|
@@ -164,7 +164,7 @@
|
|
# according to the libtool documentation, section "Library interface versions".
|
|
# Maintainers of other packages that include the intl directory must *not*
|
|
# change these values.
|
|
-LTV_CURRENT=7
|
|
+LTV_CURRENT=6
|
|
LTV_REVISION=3
|
|
LTV_AGE=4
|
|
|
|
@@ -288,22 +288,6 @@
|
|
: ; \
|
|
fi
|
|
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
|
|
- test @GLIBC21@ != no || $(mkinstalldirs) $(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; \
|
|
$(mkinstalldirs) $(DESTDIR)$(localedir); \
|
|
test -f $(DESTDIR)$(localedir)/locale.alias \
|
|
&& orig=$(DESTDIR)$(localedir)/locale.alias \
|
|
@@ -389,9 +373,9 @@
|
|
: ; \
|
|
fi
|
|
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; \
|
|
if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
|
|
rm -f $$dest; \
|