svn commit: r304195 - head/misc/gwhich/files

Niclas Zeising zeising at FreeBSD.org
Thu Sep 13 10:35:12 UTC 2012


Author: zeising
Date: Thu Sep 13 10:35:11 2012
New Revision: 304195
URL: http://svn.freebsd.org/changeset/ports/304195

Log:
  Fix build with clang.
  
  Approved by:	kwm (mentor)

Added:
  head/misc/gwhich/files/
  head/misc/gwhich/files/patch-depcomp   (contents, props changed)

Added: head/misc/gwhich/files/patch-depcomp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/gwhich/files/patch-depcomp	Thu Sep 13 10:35:11 2012	(r304195)
@@ -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



More information about the svn-ports-all mailing list