You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
95eba32f46
Closes https://trac.macports.org/ticket/13666 (thanks for the submission!). git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@33242 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
371 B
Diff
12 lines
371 B
Diff
--- ./Packages/RNG/Src/ranf.c.orig 2005-04-03 14:23:06.000000000 +0200
|
|
+++ ./Packages/RNG/Src/ranf.c 2007-10-31 12:59:50.000000000 +0100
|
|
@@ -149,7 +149,7 @@ void Mixranf(int *s,u32 s48[2])
|
|
#else
|
|
struct timeval tv;
|
|
struct timezone tz;
|
|
-#if !defined(__sgi)
|
|
+#if !defined(__sgi) && !defined(__APPLE__)
|
|
int gettimeofday(struct timeval *, struct timezone *);
|
|
#endif
|
|
|