[39477] trunk/dports/net/wireshark/Portfile

ricci at macports.org ricci at macports.org
Thu Aug 21 11:00:56 PDT 2008


Revision: 39477
          http://trac.macosforge.org/projects/macports/changeset/39477
Author:   ricci at macports.org
Date:     2008-08-21 11:00:56 -0700 (Thu, 21 Aug 2008)
Log Message:
-----------
Make sure that wireshark doesn't auto-find portaudio (i.e. it must be requested to be added in)

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

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2008-08-21 17:52:30 UTC (rev 39476)
+++ trunk/dports/net/wireshark/Portfile	2008-08-21 18:00:56 UTC (rev 39477)
@@ -41,6 +41,7 @@
 		--with-zlib=${prefix} \
 		--mandir=\\\${prefix}/share/man \
 		--infodir=\\\${prefix}/share/info \
+		--without-portaudio \
 		--disable-warnings-as-errors
 
 configure.ldflags-append "-Wl,-search_paths_first"
@@ -100,6 +101,7 @@
 
 variant rtp description {add rtp support with portaudio} {
 	configure.args-append   --with-portaudio=${prefix}
+	configure.args-delete   --without-portaudio
 	depends_lib-append      port:portaudio
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080821/088fe6ed/attachment.html 


More information about the macports-changes mailing list