[45848] trunk/dports/editors/mg
jmr at macports.org
jmr at macports.org
Fri Jan 23 01:26:24 PST 2009
Revision: 45848
http://trac.macports.org/changeset/45848
Author: jmr at macports.org
Date: 2009-01-23 01:26:19 -0800 (Fri, 23 Jan 2009)
Log Message:
-----------
mg: fix build on Panther (#17971)
Modified Paths:
--------------
trunk/dports/editors/mg/Portfile
Added Paths:
-----------
trunk/dports/editors/mg/files/patch-timespec.diff
Modified: trunk/dports/editors/mg/Portfile
===================================================================
--- trunk/dports/editors/mg/Portfile 2009-01-23 08:56:38 UTC (rev 45847)
+++ trunk/dports/editors/mg/Portfile 2009-01-23 09:26:19 UTC (rev 45848)
@@ -13,7 +13,8 @@
homepage http://www.xs4all.nl/~hanb/software/mg
master_sites ${homepage}
-patchfiles patch-compile.diff
+patchfiles patch-compile.diff \
+ patch-timespec.diff
checksums md5 5dc1929fd6a79c319a663b81f8680601 \
sha1 5dff2e7ef240df03941a6af377d5838892bf21ff
Added: trunk/dports/editors/mg/files/patch-timespec.diff
===================================================================
--- trunk/dports/editors/mg/files/patch-timespec.diff (rev 0)
+++ trunk/dports/editors/mg/files/patch-timespec.diff 2009-01-23 09:26:19 UTC (rev 45848)
@@ -0,0 +1,11 @@
+--- ./sysdef.h.orig 2008-12-11 01:38:10.000000000 -0800
++++ ./sysdef.h 2009-01-12 13:10:16.000000000 -0800
+@@ -31,7 +31,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <signal.h>
+-
++#include <time.h>
+
+ #define KBLOCK 8192 /* Kill grow. */
+ #define GOOD 0 /* Good exit status. */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090123/a87615eb/attachment.html>
More information about the macports-changes
mailing list