diff options
author | skrll <skrll@pkgsrc.org> | 2001-10-18 13:23:04 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-10-18 13:23:04 +0000 |
commit | 734a5eb018c15078a737ae150f64a0d8595471f5 (patch) | |
tree | 4f8bcb0b3bc39e397638840b42dc804d06c93345 /x11/kdebase2/patches | |
parent | aec05479d1c4fc7c9c6dba633b61a5f56f7054a1 (diff) | |
download | pkgsrc-734a5eb018c15078a737ae150f64a0d8595471f5.tar.gz |
Fix kdesktop.
Diffstat (limited to 'x11/kdebase2/patches')
-rw-r--r-- | x11/kdebase2/patches/patch-bj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdebase2/patches/patch-bj b/x11/kdebase2/patches/patch-bj index 5f54f83c659..aea989a929d 100644 --- a/x11/kdebase2/patches/patch-bj +++ b/x11/kdebase2/patches/patch-bj @@ -1,6 +1,6 @@ -$NetBSD: patch-bj,v 1.1 2001/10/15 22:46:02 skrll Exp $ +$NetBSD: patch-bj,v 1.2 2001/10/18 13:23:05 skrll Exp $ ---- kdesktop/kdesktop_main.cc.orig Tue Oct 2 17:50:32 2001 +--- kdesktop/kdesktop_main.cc.orig Thu Oct 18 09:15:16 2001 +++ kdesktop/kdesktop_main.cc @@ -0,0 +1,28 @@ +/* @@ -25,7 +25,7 @@ $NetBSD: patch-bj,v 1.1 2001/10/15 22:46:02 skrll Exp $ + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + -+extern int kdesktop_main(int, char* []); ++extern int kdesktop_main(int, char **); + +int main( int argc, char* argv[] ) +{ |