aboutsummaryrefslogtreecommitdiff
path: root/misc/gwhich
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2012-09-13 10:35:11 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2012-09-13 10:35:11 +0000
commitbfcc521f95907b3693394124b90ee45fae343b6c (patch)
treefcec2986866767afb698929ebc7a33d8875bd818 /misc/gwhich
parentb0292cd9e0f30b0e15cd8cf6939a25e9400ec3d0 (diff)
downloadports-bfcc521f95907b3693394124b90ee45fae343b6c.tar.gz
ports-bfcc521f95907b3693394124b90ee45fae343b6c.zip
Notes
Diffstat (limited to 'misc/gwhich')
-rw-r--r--misc/gwhich/files/patch-depcomp11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/gwhich/files/patch-depcomp b/misc/gwhich/files/patch-depcomp
new file mode 100644
index 000000000000..0ee45740750b
--- /dev/null
+++ b/misc/gwhich/files/patch-depcomp
@@ -0,0 +1,11 @@
+--- 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