Changeset 79934
- Timestamp:
- 06/29/11 13:27:39 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/guile/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/guile/Portfile
r72138 r79934 56 56 --infodir="${prefix}/share/info" \ 57 57 --mandir="${prefix}/share/man" \ 58 --enable-regex 58 --enable-regex \ 59 --disable-error-on-warning 60 61 post-patch { 62 # This changes configure to do what the author actually intended based on their comments 63 reinplace "s|-Werror -Wmissing-braces|-Werror=missing-braces|" ${worksrcpath}/configure 64 } 59 65 60 66 if {${os.platform} == "darwin" && ($build_arch == "x86_64" || $build_arch == "ppc64")} {
Note: See TracChangeset
for help on using the changeset viewer.

