[77377] trunk/dports/devel/libsockets

ryandesign at macports.org ryandesign at macports.org
Mon Mar 28 23:41:41 PDT 2011


Revision: 77377
          http://trac.macports.org/changeset/77377
Author:   ryandesign at macports.org
Date:     2011-03-28 23:41:39 -0700 (Mon, 28 Mar 2011)
Log Message:
-----------
libsockets: fix failure in create-dylib.sh when CC has a space (e.g. when ccache is used)

Modified Paths:
--------------
    trunk/dports/devel/libsockets/Portfile
    trunk/dports/devel/libsockets/files/create-dylib.sh

Modified: trunk/dports/devel/libsockets/Portfile
===================================================================
--- trunk/dports/devel/libsockets/Portfile	2011-03-29 06:36:17 UTC (rev 77376)
+++ trunk/dports/devel/libsockets/Portfile	2011-03-29 06:41:39 UTC (rev 77377)
@@ -19,8 +19,7 @@
 patchfiles		patch-HttpRequest.cpp.diff \
 				patch-Makefile.diff \
 				patch-Makefile.Defines.macosx.diff \
-				patch-TcpSocket.diff \
-				patch-create-dylib.sh.diff
+				patch-TcpSocket.diff
 
 depends_lib		port:openssl
 

Modified: trunk/dports/devel/libsockets/files/create-dylib.sh
===================================================================
--- trunk/dports/devel/libsockets/files/create-dylib.sh	2011-03-29 06:36:17 UTC (rev 77376)
+++ trunk/dports/devel/libsockets/files/create-dylib.sh	2011-03-29 06:41:39 UTC (rev 77377)
@@ -38,7 +38,7 @@
 liba=${1}
 version=${2}
 libdir=${3}
-if [ -z ${CC} ]; then
+if [ -z "${CC}" ]; then
 	CC=gcc
 fi
 if [ -z ${AR} ]; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110328/53b768d5/attachment.html>


More information about the macports-changes mailing list