summaryrefslogtreecommitdiffstats
path: root/games/xoj/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-23 19:45:09 +0000
committersteve <steve@FreeBSD.org>1999-12-23 19:45:09 +0000
commitfddaeec278698cdb5613911e981285300ae165a9 (patch)
tree9380302d572e3c11cd7a825772cf216065584cd8 /games/xoj/files
parenta39b8c51396fa96e886d84a5c9076feb282b23eb (diff)
downloadFreeBSD-ports-fddaeec278698cdb5613911e981285300ae165a9.zip
FreeBSD-ports-fddaeec278698cdb5613911e981285300ae165a9.tar.gz
Initial import of xoj version 1.0.
And O. J. Simpson simulator root window demo. PR: 6181 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xoj/files')
-rw-r--r--games/xoj/files/patch-aa28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/xoj/files/patch-aa b/games/xoj/files/patch-aa
new file mode 100644
index 0000000..f012597
--- /dev/null
+++ b/games/xoj/files/patch-aa
@@ -0,0 +1,28 @@
+--- xoj.c.orig Tue Jul 26 09:10:19 1994
++++ xoj.c Sun Dec 19 22:32:12 1999
+@@ -106,7 +106,9 @@
+ void UpdateCop();
+ void DrawCop();
+ void EraseCop();
++#ifndef __FreeBSD__
+ void usleep();
++#endif
+ Pixel AllocNamedColor();
+
+ void
+@@ -584,6 +586,7 @@
+ /*
+ * sleep for a number of micro-seconds
+ */
++#ifndef __FreeBSD__
+ void usleep(usec)
+ unsigned long usec;
+ {
+@@ -596,6 +599,7 @@
+ select(0, (void *)0, (void *)0, (void *)0, &t);
+ #endif
+ }
++#endif
+
+
+
OpenPOWER on IntegriCloud