[34782] trunk/dports/devel/plib/files/patch-src_js_jsMacOSX.cxx.diff

jmr at macports.org jmr at macports.org
Tue Mar 4 20:38:06 PST 2008


Revision: 34782
          http://trac.macosforge.org/projects/macports/changeset/34782
Author:   jmr at macports.org
Date:     2008-03-04 20:38:05 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
plib: fix the case of an include. (From #13625.)

Modified Paths:
--------------
    trunk/dports/devel/plib/files/patch-src_js_jsMacOSX.cxx.diff

Modified: trunk/dports/devel/plib/files/patch-src_js_jsMacOSX.cxx.diff
===================================================================
--- trunk/dports/devel/plib/files/patch-src_js_jsMacOSX.cxx.diff	2008-03-05 04:33:27 UTC (rev 34781)
+++ trunk/dports/devel/plib/files/patch-src_js_jsMacOSX.cxx.diff	2008-03-05 04:38:05 UTC (rev 34782)
@@ -9,3 +9,16 @@
  {
  	if (CFGetTypeID((CFTypeRef) element) != CFDictionaryGetTypeID()) {
  		ulSetError(UL_WARNING, "element enumerator passed non-dictionary value");
+diff -ur plib-1.8.4-orig/src/js/jsMacOSX.cxx plib-1.8.4/src/js/jsMacOSX.cxx
+--- src/js/jsMacOSX.cxx 2004-09-21 05:45:55.000000000 -0600
++++ src/js/jsMacOSX.cxx 2007-10-30 09:06:32.000000000 -0600
+@@ -26,7 +26,7 @@
+ #if defined (UL_MAC_OSX)
+ 
+ #include <mach/mach.h>
+-#include <IOKit/IOkitLib.h>
++#include <IOKit/IOKitLib.h>
+ #include <IOKit/hid/IOHIDLib.h>
+ #include <mach/mach_error.h>
+ #include <IOKit/hid/IOHIDKeys.h>
+

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


More information about the macports-changes mailing list