summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorskrll <skrll>2003-01-14 12:14:18 +0000
committerskrll <skrll>2003-01-14 12:14:18 +0000
commitca75fd0b8fbe7224beba4caada4d4fd0d8e193e4 (patch)
tree8dc4948e1fb12178ec8796880221f0fe9025407f /x11
parentc74e104876c6620cbd2d3d8f9c339ec30d2ce4f0 (diff)
downloadpkgsrc-ca75fd0b8fbe7224beba4caada4d4fd0d8e193e4.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.cpp6
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);
+}