[43797] trunk/dports/science/libstree

toby at macports.org toby at macports.org
Sun Dec 14 21:33:03 PST 2008


Revision: 43797
          http://trac.macports.org/changeset/43797
Author:   toby at macports.org
Date:     2008-12-14 21:33:02 -0800 (Sun, 14 Dec 2008)
Log Message:
-----------
build fix (#17648)

Modified Paths:
--------------
    trunk/dports/science/libstree/Portfile

Added Paths:
-----------
    trunk/dports/science/libstree/files/patch-src__lst_string.h

Modified: trunk/dports/science/libstree/Portfile
===================================================================
--- trunk/dports/science/libstree/Portfile	2008-12-15 05:21:03 UTC (rev 43796)
+++ trunk/dports/science/libstree/Portfile	2008-12-15 05:33:02 UTC (rev 43797)
@@ -14,6 +14,8 @@
 master_sites	http://www.cl.cam.ac.uk/~cpk25/downloads/
 checksums		sha1 b35bc18fbbc43bec1415bc1d884708e1df7bf2c6
 
+patchfiles		patch-src__lst_string.h
+
 post-build {
 	system "cd ${worksrcpath}/src/.libs && \
 		/bin/sh ${filespath}/create-dylib.sh libstree.a 1.0.0 ${prefix}/lib"

Added: trunk/dports/science/libstree/files/patch-src__lst_string.h
===================================================================
--- trunk/dports/science/libstree/files/patch-src__lst_string.h	                        (rev 0)
+++ trunk/dports/science/libstree/files/patch-src__lst_string.h	2008-12-15 05:33:02 UTC (rev 43797)
@@ -0,0 +1,10 @@
+--- src/lst_string.h.orig	2008-12-14 21:30:40.000000000 -0800
++++ src/lst_string.h	2008-12-14 21:30:46.000000000 -0800
+@@ -25,6 +25,7 @@
+ #ifndef __lst_string_h
+ #define __lst_string_h
+ 
++#include <sys/types.h>
+ #include <string.h>
+ #include <unistd.h>
+ #include <stdlib.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081214/b1638e01/attachment.html>


More information about the macports-changes mailing list