Files
pkgsrc-ng/devel/gettext-lib/patches/patch-ab
2013-09-26 17:14:40 +02:00

24 lines
1.1 KiB
Plaintext

$NetBSD: patch-ab,v 1.6 2013/01/31 21:45:04 adam Exp $
--- gettext-runtime/intl/Makefile.in.orig 2012-12-25 05:16:50.000000000 +0000
+++ gettext-runtime/intl/Makefile.in
@@ -222,8 +222,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(O
$(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ @LTLIBC@ \
$(OBJECTS_RES_@WOE32@) \
-version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
- -rpath $(libdir) \
- -no-undefined
+ -rpath $(libdir)
# Libtool's library version information for libintl.
# Before making a gettext release, the gettext maintainer must change this
@@ -385,7 +384,7 @@ install-exec: all
$(mkdir_p) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
$(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \
$(LIBTOOL) --mode=install \
- $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
+ $(BSD_INSTALL_LIB) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
if test "@RELOCATABLE@" = yes; then \
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
if test -n "$$dependencies"; then \