58 lines
2.9 KiB
Plaintext
58 lines
2.9 KiB
Plaintext
$OpenBSD: patch-plugin_Makefile_in,v 1.5 2009/10/21 15:20:23 jasper Exp $
|
|
--- plugin/Makefile.in.orig Tue Oct 20 20:32:54 2009
|
|
+++ plugin/Makefile.in Wed Oct 21 17:11:43 2009
|
|
@@ -489,7 +489,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
|
|
@@ -503,7 +503,7 @@ top_srcdir = @top_srcdir@
|
|
|
|
@ENABLE_PLUGIN_TRUE@gtk_vnc_plugin_la_CFLAGS = \
|
|
@ENABLE_PLUGIN_TRUE@ -I$(top_srcdir)/src @GTK_CFLAGS@ \
|
|
-@ENABLE_PLUGIN_TRUE@ @FIREFOX_PLUGIN_CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@
|
|
+@ENABLE_PLUGIN_TRUE@ @FIREFOX_PLUGIN_CFLAGS@ @WARNING_CFLAGS@
|
|
|
|
@ENABLE_PLUGIN_TRUE@EXTRA_DIST = README
|
|
@ENABLE_PLUGIN_TRUE@CLEANFILES = gtk-vnc-plugin.so
|
|
@@ -542,12 +542,12 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
|
|
+ test -z "$(plugindir)" || $(MKDIR_P) "$(plugindir)"
|
|
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
f=$(am__strip_dir) \
|
|
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
|
|
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
|
|
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(plugindir)/$$f'"; \
|
|
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(plugindir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
@@ -555,8 +555,8 @@ uninstall-pluginLTLIBRARIES:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
|
|
p=$(am__strip_dir) \
|
|
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
|
|
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
|
|
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(plugindir)/$$p'"; \
|
|
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(plugindir)/$$p"; \
|
|
done
|
|
|
|
clean-pluginLTLIBRARIES:
|
|
@@ -706,7 +706,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
|