1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/astro/saoimage/files/patch-ae
Hidetoshi Shimokawa 7e31d36c57 Fix time() conflicts on alpha.
- disable "long time()"
 - use "-DLONG64" for alpha
1999-01-03 09:24:49 +00:00

12 lines
264 B
Plaintext

--- disppsct.c.orig Thu May 4 06:18:00 1995
+++ disppsct.c Sun Jan 3 17:50:42 1999
@@ -589,7 +589,7 @@
char *getenv();
#endif
-#ifdef SUN
+#if defined(SUN) && defined(sun)
long time(); /* should be in time.h, but not in SunOS */
#endif
long clock;