openbsd-ports/x11/kde/graphics3/patches/patch-kmrml_kmrml_mrmlsearch_cpp
espie a0d85fda46 update a large subset of kde 3 to 3.5.7.
Simplify the infrastructure a bit, and let it compile with libfam, now...
2007-05-25 09:49:53 +00:00

11 lines
484 B
Plaintext

$OpenBSD: patch-kmrml_kmrml_mrmlsearch_cpp,v 1.4 2007/05/25 09:49:54 espie Exp $
--- kmrml/kmrml/mrmlsearch.cpp.orig Mon Oct 10 16:56:54 2005
+++ kmrml/kmrml/mrmlsearch.cpp Thu May 24 15:27:21 2007
@@ -70,5 +70,5 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **ar
return execlp( "kfmclient",
"kfmclient", "openURL", QFile::encodeName(url.url()).data(),
- "text/mrml", (void *)0 );
+ "text/mrml", (void *)NULL);
}