[74842] trunk/dports/irc/bitchx/Portfile

jmr at macports.org jmr at macports.org
Mon Jan 3 09:43:16 PST 2011


Revision: 74842
          http://trac.macports.org/changeset/74842
Author:   jmr at macports.org
Date:     2011-01-03 09:43:08 -0800 (Mon, 03 Jan 2011)
Log Message:
-----------
bitchx: 32-bit only (#21897)

Modified Paths:
--------------
    trunk/dports/irc/bitchx/Portfile

Modified: trunk/dports/irc/bitchx/Portfile
===================================================================
--- trunk/dports/irc/bitchx/Portfile	2011-01-03 17:28:11 UTC (rev 74841)
+++ trunk/dports/irc/bitchx/Portfile	2011-01-03 17:43:08 UTC (rev 74842)
@@ -15,6 +15,7 @@
 			script was patched directly into the client by panasync.
 homepage	http://www.bitchx.org/
 platforms	darwin
+supported_archs i386 ppc
 master_sites	sourceforge
 distname	ircii-pana-${version}-final
 checksums	md5 611d2dda222f00c10140236f4c331572
@@ -29,7 +30,7 @@
 
 platform darwin {
 	# need to keep -g -O2 (the default) while adding -DBIND_8_COMPAT
-	configure.cflags-append "-DBIND_8_COMPAT -g"
+	configure.cflags-append -DBIND_8_COMPAT -g
 }
 
 depends_lib	port:ncurses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110103/4751489d/attachment.html>


More information about the macports-changes mailing list