blob: 1302d93856703c01a00a1dd3d2cbc56432ff8e22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.8 2019/05/27 13:21:41 ryoon Exp $
--- gettext-runtime/intl/Makefile.in.orig 2019-05-12 15:08:36.000000000 +0000
+++ gettext-runtime/intl/Makefile.in
@@ -1939,7 +1939,7 @@ intl-compat.lo: ../config.h $(srcdi
@USE_INCLUDED_LIBINTL_TRUE@install-exec-libintl: libintl.la
@USE_INCLUDED_LIBINTL_TRUE@ $(mkdir_p) $(DESTDIR)$(libdir)
@USE_INCLUDED_LIBINTL_TRUE@ $(LIBTOOL) --mode=install \
-@USE_INCLUDED_LIBINTL_TRUE@ $(INSTALL_DATA) libintl.la $(DESTDIR)$(libdir)/libintl.la; \
+@USE_INCLUDED_LIBINTL_TRUE@ $(BSD_INSTALL_LIB) libintl.la $(DESTDIR)$(libdir)/libintl.la; \
@USE_INCLUDED_LIBINTL_TRUE@ if test "@RELOCATABLE@" = yes; then \
@USE_INCLUDED_LIBINTL_TRUE@ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
@USE_INCLUDED_LIBINTL_TRUE@ if test -n "$$dependencies"; then \
|