Ticket #36478: Portfile-gdb-disable-ccache-for-clang.patch
File Portfile-gdb-disable-ccache-for-clang.patch, 609 bytes (added by manphiz@…, 12 years ago) |
---|
-
Portfile
diff -Naur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/gdb/Portfile ./Portfile
old new 64 64 65 65 if {${configure.compiler} == "clang"} { 66 66 configure.cflags-append -Wno-unused-value 67 68 # ccache will cause "unused arguments" warning when used with clang 69 # disable "-Werror" until ccache upstream fixes this 70 configure.args-append --enable-werror=no 67 71 } 68 72 69 73 post-destroot {