openbsd-ports/devel/gettext/patches/patch-ah
1999-03-29 22:44:23 +00:00

12 lines
411 B
Plaintext

--- intl/Makefile.in.orig Wed Feb 17 02:18:40 1999
+++ intl/Makefile.in Wed Feb 17 02:30:13 1999
@@ -119,7 +119,7 @@
$(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
fi; \
$(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
else \
: ; \
fi