summaryrefslogtreecommitdiff
path: root/multimedia/totem/patches/patch-ab
blob: 28a50ea8432584474b93baf4466835a15bffb8f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.3 2006/01/12 16:57:49 jmmv Exp $

--- src/Makefile.in.orig	2005-09-05 12:12:20.000000000 +0200
+++ src/Makefile.in
@@ -652,7 +652,8 @@ clean-noinstLTLIBRARIES:
 	  echo "rm -f \"$${dir}/so_locations\""; \
 	  rm -f "$${dir}/so_locations"; \
 	done
-install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+install-pluginLTLIBRARIES:
+do-not-install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 	@$(NORMAL_INSTALL)
 	test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \