Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 10:53:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327266 - head/x11/xsel-conrad
Message-ID:  <201309141053.r8EArJEB053420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 14 10:53:19 2013
New Revision: 327266
URL: http://svnweb.freebsd.org/changeset/ports/327266

Log:
  Remove USE_GCC=any as it works properly with clang

Modified:
  head/x11/xsel-conrad/Makefile

Modified: head/x11/xsel-conrad/Makefile
==============================================================================
--- head/x11/xsel-conrad/Makefile	Sat Sep 14 10:52:22 2013	(r327265)
+++ head/x11/xsel-conrad/Makefile	Sat Sep 14 10:53:19 2013	(r327266)
@@ -18,7 +18,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
 CONFLICTS_INSTALL=	xsel-[0-9]*
-USE_GCC=	any
 USE_XORG=	x11 xext xt xproto ice sm
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lXext -lX11



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