fc633f3d1b
* switches to cairo instead of gtkglext - bump major ok ajacoutot@
49 lines
2.5 KiB
Plaintext
49 lines
2.5 KiB
Plaintext
$OpenBSD: patch-plugin_Makefile_in,v 1.3 2008/12/11 12:36:31 jasper Exp $
|
|
--- plugin/Makefile.in.orig Sun Dec 7 20:44:34 2008
|
|
+++ plugin/Makefile.in Wed Dec 10 23:19:36 2008
|
|
@@ -465,7 +465,7 @@ target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
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
|
|
@@ -518,12 +518,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
|
|
|
|
@@ -531,8 +531,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:
|
|
@@ -682,7 +682,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
|