Revision: 74466 http://trac.macports.org/changeset/74466 Author: ryandesign@macports.org Date: 2010-12-17 22:59:19 -0800 (Fri, 17 Dec 2010) Log Message: ----------- pianobar: fix build on Leopard and Tiger by not building the unused shared library; see #27655 (maintainer timeout) Modified Paths: -------------- trunk/dports/audio/pianobar/Portfile Modified: trunk/dports/audio/pianobar/Portfile =================================================================== --- trunk/dports/audio/pianobar/Portfile 2010-12-18 06:15:43 UTC (rev 74465) +++ trunk/dports/audio/pianobar/Portfile 2010-12-18 06:59:19 UTC (rev 74466) @@ -38,6 +38,8 @@ set archflags ${configure.cc_archflags} } +build.target ${name} + build.args CC="${configure.cc} ${archflags}" \ PREFIX=${prefix} \ LIBAO_INCLUDE=${prefix}/include \
participants (1)
-
ryandesign@macports.org