Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53742 Details for
Bug 85706
gplflash doesn't install correctly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file to fix install error.
gplflash-DISTDIR.patch (text/plain), 2.35 KB, created by
James Graham
on 2005-03-17 18:20:51 UTC
(
hide
)
Description:
patch file to fix install error.
Filename:
MIME Type:
Creator:
James Graham
Created:
2005-03-17 18:20:51 UTC
Size:
2.35 KB
patch
obsolete
>diff -urN gplflash-0.4.13/plugin/Makefile.in gplflash-0.4.13.new/plugin/Makefile.in >--- gplflash-0.4.13/plugin/Makefile.in 2005-01-19 10:30:52.000000000 -0800 >+++ gplflash-0.4.13.new/plugin/Makefile.in 2005-03-17 17:44:21.000000000 -0800 >@@ -53,7 +53,7 @@ > *) f=$$p;; \ > esac; > am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; >-am__installdirs = "$(DESTDIR)$(plugindir)" >+am__installdirs = "$(plugindir)" > pluginLTLIBRARIES_INSTALL = $(INSTALL) > LTLIBRARIES = $(plugin_LTLIBRARIES) > libnpflash_la_LIBADD = >@@ -378,7 +378,7 @@ > check: check-am > all-am: Makefile $(LTLIBRARIES) > installdirs: >- for dir in "$(DESTDIR)$(plugindir)"; do \ >+ for dir in "$(plugindir)"; do \ > test -z "$$dir" || $(mkdir_p) "$$dir"; \ > done > install: install-am >@@ -471,11 +471,11 @@ > > > install-pluginLTLIBRARIES: $(plugin_LIBRARIES) >- mkdir -p "$(DESTDIR)$(PLUGIN_DIR)" >- cp $(srcdir)/.libs/libnpflash.so.0.0.0 "$(DESTDIR)$(PLUGIN_DIR)/libnpflash.so" >+ mkdir -p "$(PLUGIN_DIR)" >+ cp $(srcdir)/.libs/libnpflash.so.0.0.0 "$(PLUGIN_DIR)/libnpflash.so" > > uninstall-pluginLTLIBRARIES: $(plugin_LIBRARIES) >- rm -f "$(DESTDIR)$(PLUGIN_DIR)/libnpflash.so" >+ rm -f "$(PLUGIN_DIR)/libnpflash.so" > > # $(LIBTOOL) --mode=install -c .libs/libnpflash.so $(PLUGIN_DIR) > >@@ -485,12 +485,12 @@ > > #install-pluginLIBRARIES: $(plugin_LIBRARIES) > # @$(NORMAL_INSTALL) >-# test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)" >+# test -z "$(plugindir)" || $(mkdir_p) "$(plugindir)" > # @list='$libnpflash.so'; for p in $$list; do \ > # if test -f $$p; then \ > # f="`echo $$p | sed -e 's|^.*/||'`"; \ >-# echo " $(pluginLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \ >-# $(pluginLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \ >+# echo " $(pluginLIBRARIES_INSTALL) '$$p' '$(plugindir)/$$f'"; \ >+# $(pluginLIBRARIES_INSTALL) "$$p" "$(plugindir)/$$f"; \ > # else :; fi; \ > # done > # Tell versions [3.59,3.63) of GNU make to not export all variables. >diff -urN gplflash-0.4.13/lib/flash.h gplflash-0.4.13.new/lib/flash.h >--- gplflash-0.4.13/lib/flash.h 2005-01-19 10:30:52.000000000 -0800 >+++ gplflash-0.4.13.new/lib/flash.h 2005-03-17 18:14:37.000000000 -0800 >@@ -21,7 +21,7 @@ > #define _FLASH_H_ > > #define PLUGIN_NAME "Shockwave Flash" >-#define FLASH_VERSION_STRING "Version 0.4.12" >+#define FLASH_VERSION_STRING "Version 0.4.13" > > /* Flags to pass to FlashExec */ > #define FLASH_WAKEUP 0x01 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85706
: 53742 |
53744