Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 16:39:10 +0000 (UTC)
From:      Soeren Straarup <xride@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349646 - head/comms/gmfsk
Message-ID:  <201403301639.s2UGdABC066204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xride
Date: Sun Mar 30 16:39:10 2014
New Revision: 349646
URL: http://svnweb.freebsd.org/changeset/ports/349646
QAT: https://qat.redports.org/buildarchive/r349646/

Log:
  Fix compile with clang
  
  PR:		ports/187164
  Submitted by:	Carl Makin <carl@stagecraft.cx> (maintainer)

Modified:
  head/comms/gmfsk/Makefile

Modified: head/comms/gmfsk/Makefile
==============================================================================
--- head/comms/gmfsk/Makefile	Sun Mar 30 16:17:03 2014	(r349645)
+++ head/comms/gmfsk/Makefile	Sun Mar 30 16:39:10 2014	(r349646)
@@ -19,6 +19,7 @@ GNU_CONFIGURE=	yes
 # preprocessor include tests.  The following line is a work around.
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
+USES_CSTD=	gnu89
 USES=		gmake pkgconfig
 USE_GNOME=	libgnomeui gnomehack gnomeprefix
 INSTALLS_OMF=	yes



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