[62878] trunk/dports/net/asterisk/Portfile

jann at macports.org jann at macports.org
Wed Jan 20 15:20:51 PST 2010


Revision: 62878
          http://trac.macports.org/changeset/62878
Author:   jann at macports.org
Date:     2010-01-20 15:20:49 -0800 (Wed, 20 Jan 2010)
Log Message:
-----------
Put host hack back in in order to use gsm module, see #23363

Modified Paths:
--------------
    trunk/dports/net/asterisk/Portfile

Modified: trunk/dports/net/asterisk/Portfile
===================================================================
--- trunk/dports/net/asterisk/Portfile	2010-01-20 20:10:33 UTC (rev 62877)
+++ trunk/dports/net/asterisk/Portfile	2010-01-20 23:20:49 UTC (rev 62878)
@@ -32,7 +32,10 @@
 startupitem.netchange   yes
 startupitem.executable  ${prefix}/sbin/asterisk -d
 
-configure.args		--without-gsm --without-h323 --without-zaptel 
+configure.args		--without-h323 --without-zaptel
+					if {${build_arch} == "x86_64"} {
+						configure.args-append	--host=x86_64-darwin
+					}
 
 build.env			ASTCFLAGS=-I${prefix}/include \
 					ASTLDFLAGS=-L${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100120/c1b3eedf/attachment.html>


More information about the macports-changes mailing list