[34658] trunk/dports/emulators/bochs

jmr at macports.org jmr at macports.org
Sat Mar 1 14:03:58 PST 2008


Revision: 34658
          http://trac.macosforge.org/projects/macports/changeset/34658
Author:   jmr at macports.org
Date:     2008-03-01 14:03:56 -0800 (Sat, 01 Mar 2008)

Log Message:
-----------
bochs: fix building on Leopard. Closes #13529.

Modified Paths:
--------------
    trunk/dports/emulators/bochs/Portfile

Added Paths:
-----------
    trunk/dports/emulators/bochs/files/patch-bochs.h.diff

Modified: trunk/dports/emulators/bochs/Portfile
===================================================================
--- trunk/dports/emulators/bochs/Portfile	2008-03-01 21:11:35 UTC (rev 34657)
+++ trunk/dports/emulators/bochs/Portfile	2008-03-01 22:03:56 UTC (rev 34658)
@@ -16,7 +16,8 @@
 master_sites     sourceforge
 checksums	md5 2d9b2c1e17b4eba2d46b208be09df4a9
 
-patchfiles      patch-.bochsrc.diff
+patchfiles      patch-.bochsrc.diff \
+                patch-bochs.h.diff
 
 depends_run     port:wget
 

Added: trunk/dports/emulators/bochs/files/patch-bochs.h.diff
===================================================================
--- trunk/dports/emulators/bochs/files/patch-bochs.h.diff	                        (rev 0)
+++ trunk/dports/emulators/bochs/files/patch-bochs.h.diff	2008-03-01 22:03:56 UTC (rev 34658)
@@ -0,0 +1,10 @@
+--- bochs.h.orig	2007-04-20 02:12:12.000000000 +1000
++++ bochs.h	2008-03-02 08:44:16.000000000 +1100
+@@ -85,6 +85,7 @@
+ #  include <sys/types.h>
+ #  include <sys/stat.h>
+ #  include <sys/param.h> /* for MAXPATHLEN */
++#  include <sys/time.h>
+ #  include <utime.h>
+ #else
+ #  ifndef WIN32

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080301/f2723ba3/attachment.html 


More information about the macports-changes mailing list