diff options
author | skrll <skrll@pkgsrc.org> | 2003-01-14 12:14:18 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-01-14 12:14:18 +0000 |
commit | c51c15d0b7ccba1ccb7341bfcd3de2024592c880 (patch) | |
tree | 8dc4948e1fb12178ec8796880221f0fe9025407f /x11 | |
parent | 37d2ea4c56815ef69f338ed96fdf61c41c039629 (diff) | |
download | pkgsrc-c51c15d0b7ccba1ccb7341bfcd3de2024592c880.tar.gz |
WIP: use this to remove the need for several of the patches.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde3/files/foo_main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/kde3/files/foo_main.cpp b/x11/kde3/files/foo_main.cpp new file mode 100644 index 00000000000..059fb40c1a4 --- /dev/null +++ b/x11/kde3/files/foo_main.cpp @@ -0,0 +1,6 @@ +extern "C" int kdemain(int, char* []); + +int main( int argc, char* argv[] ) +{ + return kdemain(argc, argv); +} |