pkgsrc/devel/gettext-lib/patches/patch-ab
obache b852083a2a Reset WRKSRC settings, use CONFIGURE_DIRS instead.
This package are using some files outside of the directory specified by WRKSRC,
(ex. ../build-aux/config.*).  But some pkgsrc checks/replacements/modifications
are only effect to below ${WRKSRC}.
2010-02-05 08:44:03 +00:00

23 lines
1.2 KiB
Text

$NetBSD: patch-ab,v 1.4 2010/02/05 08:44:04 obache Exp $
--- gettext-runtime/intl/Makefile.in.orig Thu Jul 25 08:49:57 2002
+++ gettext-runtime/intl/Makefile.in Mon Mar 15 14:39:58 2004
@@ -156,8 +156,7 @@ libintl.la libgnuintl.la: $(OBJECTS)
$(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
$(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) -lc \
-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
@@ -264,7 +263,7 @@ install-exec: all
$(mkinstalldirs) $(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 \