Files
pkgsrc-ng/devel/glib2/patches/patch-af
2014-11-05 12:41:07 +01:00

24 lines
873 B
Plaintext

$NetBSD: patch-af,v 1.15 2013/12/08 13:08:59 prlw1 Exp $
--- glib/libcharset/Makefile.in.orig 2013-10-15 19:14:52.000000000 +0000
+++ glib/libcharset/Makefile.in
@@ -1549,18 +1549,6 @@ check-local: test-nonrecursive
@ENABLE_INSTALLED_TESTS_TRUE@ echo 'Exec=$(installed_testdir)/$<' >> $@.tmp; \
@ENABLE_INSTALLED_TESTS_TRUE@ mv $@.tmp $@)
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(libdir)
- if test -f $(charset_alias); then \
- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
- rm -f $(charset_tmp) ; \
- else \
- if test @GLIBC21@ = no; then \
- sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
- rm -f $(charset_tmp) ; \
- fi ; \
- fi
uninstall-local: all-local
if test -f $(charset_alias); then \