Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 11:31:59 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354825 - head/graphics/dri
Message-ID:  <201405221131.s4MBVxx3002713@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu May 22 11:31:59 2014
New Revision: 354825
URL: http://svnweb.freebsd.org/changeset/ports/354825
QAT: https://qat.redports.org/buildarchive/r354825/

Log:
  Fix Malformed conditional
  
  Submitted by:	portsnap index builder

Modified:
  head/graphics/dri/Makefile

Modified: head/graphics/dri/Makefile
==============================================================================
--- head/graphics/dri/Makefile	Thu May 22 11:13:02 2014	(r354824)
+++ head/graphics/dri/Makefile	Thu May 22 11:31:59 2014	(r354825)
@@ -27,7 +27,7 @@ CC=clang
 CXX=clang++
 CPP=clang-cpp
 # i386 triggers clang bug 19778. This happens with clang 3.4.1 and older.
-. elif ${OSVERSION} < 901500 || ${ARCH} == i386)
+. elif ${OSVERSION} < 901500 || ${ARCH} == i386
 USE_GCC=yes
 . endif
 .endif



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