freebsd-ports/misc/gwhich/files/patch-depcomp
Niclas Zeising bfcc521f95 Fix build with clang.
Approved by:	kwm (mentor)
2012-09-13 10:35:11 +00:00

11 lines
299 B
Text

--- depcomp.orig 2012-09-11 08:57:17.000000000 +0200
+++ depcomp 2012-09-11 08:57:24.000000000 +0200
@@ -98,7 +98,7 @@
done
# Generate dependency file.
- "$@" -MT "$object" -M -MF "$tmpdepfile"
+ "$@" -MT "$object" -MD -MF "$tmpdepfile"
stat=$?
if test $stat -eq 0; then :
else