diff options
Diffstat (limited to 'devel/gettext-tools/patches/patch-ag')
-rw-r--r-- | devel/gettext-tools/patches/patch-ag | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/devel/gettext-tools/patches/patch-ag b/devel/gettext-tools/patches/patch-ag deleted file mode 100644 index e04cc05100e..00000000000 --- a/devel/gettext-tools/patches/patch-ag +++ /dev/null @@ -1,47 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2006/07/26 06:53:02 adam Exp $ - ---- gettext-tools/lib/Makefile.in.orig 2006-06-21 14:30:05.000000000 +0200 -+++ gettext-tools/lib/Makefile.in -@@ -453,7 +453,7 @@ libgettextlib_la_LIBADD = @LTLIBOBJS@ - # Need @LTLIBICONV@ because linebreak.c uses iconv(). - libgettextlib_la_LDFLAGS = \ - -release @VERSION@ \ -- @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined -+ @LTLIBINTL@ @LTLIBICONV@ -lc - - - # Extra files to be installed. -@@ -681,7 +681,7 @@ check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am - all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) all-local - installdirs: -- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(examplesbuildauxdir)" "$(DESTDIR)$(gettextsrcdir)"; do \ -+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(gettextsrcdir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done - install: $(BUILT_SOURCES) -@@ -733,7 +733,7 @@ info: info-am - - info-am: - --install-data-am: install-examplesbuildauxDATA install-gettextsrcDATA -+install-data-am: - - install-exec-am: install-exec-local install-libLTLIBRARIES - -@@ -779,15 +779,6 @@ uninstall-am: uninstall-examplesbuildaux - uninstall-gettextsrcDATA uninstall-info-am \ - uninstall-libLTLIBRARIES uninstall-local - -- --# No need to install libgettextlib.a, except on AIX. --install-exec-local: install-libLTLIBRARIES install-exec-clean --install-exec-clean: -- case "@host_os@" in \ -- aix*) ;; \ -- *) $(RM) $(DESTDIR)$(libdir)/libgettextlib.a ;; \ -- esac -- - # The following is needed in order to create an <stdbool.h> when the system - # doesn't have one that works. - all-local $(libgettextlib_la_OBJECTS): @STDBOOL_H@ |