42 lines
2.0 KiB
Plaintext
42 lines
2.0 KiB
Plaintext
$OpenBSD: patch-plugin_Makefile_in,v 1.7 2010/07/14 11:11:18 ajacoutot Exp $
|
|
--- plugin/Makefile.in.orig Wed Jul 14 12:28:32 2010
|
|
+++ plugin/Makefile.in Wed Jul 14 12:52:29 2010
|
|
@@ -545,7 +545,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-@ENABLE_PLUGIN_TRUE@plugindir = $(libdir)/mozilla/plugins
|
|
+@ENABLE_PLUGIN_TRUE@plugindir = $(PREFIX)/lib/mozilla-plugins
|
|
@ENABLE_PLUGIN_TRUE@plugin_LTLIBRARIES = gtk-vnc-plugin.la
|
|
@ENABLE_PLUGIN_TRUE@gtk_vnc_plugin_la_SOURCES = \
|
|
@ENABLE_PLUGIN_TRUE@ gtk-vnc-plugin.c gtk-vnc-plugin.h npshell.c npunix.c
|
|
@@ -599,7 +599,7 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4
|
|
$(am__aclocal_m4_deps):
|
|
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
|
|
+ test -z "$(plugindir)" || $(MKDIR_P) "$(plugindir)"
|
|
@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
|
|
list2=; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
@@ -607,8 +607,8 @@ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
|
|
else :; fi; \
|
|
done; \
|
|
test -z "$$list2" || { \
|
|
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
|
|
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
|
|
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(plugindir)'"; \
|
|
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(plugindir)"; \
|
|
}
|
|
|
|
uninstall-pluginLTLIBRARIES:
|
|
@@ -782,7 +782,7 @@ check: check-am
|
|
@ENABLE_PLUGIN_FALSE@all-local:
|
|
all-am: Makefile $(LTLIBRARIES) all-local
|
|
installdirs:
|
|
- for dir in "$(DESTDIR)$(plugindir)"; do \
|
|
+ for dir in "$(plugindir)"; do \
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
done
|
|
install: install-am
|