Revision: 81740 http://trac.macports.org/changeset/81740 Author: jmr@macports.org Date: 2011-08-04 10:07:11 -0700 (Thu, 04 Aug 2011) Log Message: ----------- btrfs-progs: remove -Werror that breaks the build Modified Paths: -------------- trunk/dports/sysutils/btrfs-progs/Portfile Modified: trunk/dports/sysutils/btrfs-progs/Portfile =================================================================== --- trunk/dports/sysutils/btrfs-progs/Portfile 2011-08-04 17:03:35 UTC (rev 81739) +++ trunk/dports/sysutils/btrfs-progs/Portfile 2011-08-04 17:07:11 UTC (rev 81740) @@ -37,6 +37,8 @@ post-patch { reinplace "s|CC=gcc|CC=${configure.cc}|g" \ ${worksrcpath}/Makefile + reinplace "s|-Werror||g" \ + ${worksrcpath}/Makefile reinplace "s|prefix ?= /usr/local|prefix = ${prefix}|g" \ ${worksrcpath}/Makefile }
participants (1)
-
jmr@macports.org