opnsense-ports/graphics/gnash/files/patch-plugin-klash-klash_part.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
393 B
C++

--- plugin/klash/klash_part.cpp.orig 2011-06-16 18:54:16.833252653 -0400
+++ plugin/klash/klash_part.cpp 2011-06-16 18:54:56.913835639 -0400
@@ -161,7 +161,7 @@
QString procname;
char *gnash_env = getenv("KLASH_PLAYER");
if (!gnash_env) {
- procname = GNASHBINDIR "/kde-gnash";
+ procname = GNASHBINDIR "/kde3-gnash";
} else {
procname = gnash_env;
}