Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 10:35:12 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304195 - head/misc/gwhich/files
Message-ID:  <201209131035.q8DAZCVo075674@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209131035.q8DAZCVo075674>